Html Css Color HEX #09B096 Persian Green

📋 copy color: '#09B096'

red 9 ◦ green 176 ◦ blue 150

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

Shades of Persian Green #09B096

Tints of Persian Green #09B096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.54%

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

R = 2.69%
G = 52.54%
B = 44.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#09B096 (or 0x09B096) is known color: Persian Green. HEX triplet: 09, B0 and 96. RGB value is (9,176,150). Sum of RGB (Red+Green+Blue) = 9+176+150=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #09B096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B096 is #F64F69. Grayscale: #7B7B7B. Windows color (decimal): -16142186 or 9875465. OLE color: 9875465.

HSL color Cylindrical-coordinate representation of color #09B096: hue angle of 170.66º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B096 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 176 150 -
CMYK 0.95 0 0.15 0.31
HSL 170.66º 0.9% 0.36% -
HSV(B) 170.66º 0.95% 0.69% -
XYZ 21.14 33.31 34.17 -
YUV 123.1 143.17 46.61 -
System Red Green Blue C M Y K H S L
Decimal 9 176 150 0.95 0 0.15 0.31 170.66 0.9 0.36
Hex 9 B0 96 5F 0 F 1F AB 5A 24
Octal 11 260 226 137 0 17 37 253 132 44
Binary 1001 10110000 10010110 1011111 0 1111 11111 10101011 1011010 100100

Color Harmonies of #09B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B096

Black with #09B096

Text Example


Text Example

White with #09B096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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