Html Css Color HEX #09B296 Persian Green

📋 copy color: '#09B296'

red 9 ◦ green 178 ◦ blue 150

#09B296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #09B296

Tints of Persian Green #09B296

RGB

 RED value IS 9 (3.91% from 255) = 2.67%

 GREEN value IS 178 (69.92% from 255) = 52.82%

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 2.67%
G = 52.82%
B = 44.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#09B296 (or 0x09B296) is known color: Persian Green. HEX triplet: 09, B2 and 96. RGB value is (9,178,150). Sum of RGB (Red+Green+Blue) = 9+178+150=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #09B296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B296 is #F64D69. Grayscale: #7C7C7C. Windows color (decimal): -16141674 or 9875977. OLE color: 9875977.

HSL color Cylindrical-coordinate representation of color #09B296: hue angle of 170.06º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B296 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 178 150 -
CMYK 0.95 0 0.16 0.30
HSL 170.06º 0.9% 0.37% -
HSV(B) 170.06º 0.95% 0.7% -
XYZ 21.54 34.1 34.3 -
YUV 124.28 142.51 45.78 -
System Red Green Blue C M Y K H S L
Decimal 9 178 150 0.95 0 0.16 0.30 170.06 0.9 0.37
Hex 9 B2 96 5F 0 10 1E AA 5A 25
Octal 11 262 226 137 0 20 36 252 132 45
Binary 1001 10110010 10010110 1011111 0 10000 11110 10101010 1011010 100101

Color Harmonies of #09B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B296

Black with #09B296

Text Example


Text Example

White with #09B296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09B296; }

 p { color: rgb(9,178,150); }

 H1.HeaderClassName
 {
   color: #09B296;
 }
 .AnyTagClassName
 {
   color: #09B296;
 }
</style>

background-color css

<style>
 a { background-color: #09B296; }

 a { background-color: rgb(9,178,150); }

 div.DivClassName
 {
   background-color: #09B296;
 }
 .BgClassName
 {
   background-color: #09B296;
 }
</style>

border-color css

<style>
 span { border-color: #09B296; }

 span { border-color: rgb(9,178,150); }

 td.TdClassName
 {
   border-color: #09B296;
 }
 .TagClassName
 {
   border-color: #09B296;
 }
</style>