Html Css Color HEX #09B08C Persian Green

📋 copy color: '#09B08C'

red 9 ◦ green 176 ◦ blue 140

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

Shades of Persian Green #09B08C

Tints of Persian Green #09B08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 2.77%
G = 54.15%
B = 43.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#09B08C (or 0x09B08C) is known color: Persian Green. HEX triplet: 09, B0 and 8C. RGB value is (9,176,140). Sum of RGB (Red+Green+Blue) = 9+176+140=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #09B08C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B08C is #F64F73. Grayscale: #797979. Windows color (decimal): -16142196 or 9220105. OLE color: 9220105.

HSL color Cylindrical-coordinate representation of color #09B08C: hue angle of 167.07º 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 #09B08C is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 176 140 -
CMYK 0.95 0 0.20 0.31
HSL 167.07º 0.9% 0.36% -
HSV(B) 167.07º 0.95% 0.69% -
XYZ 20.37 33 30.11 -
YUV 121.96 138.17 47.43 -
System Red Green Blue C M Y K H S L
Decimal 9 176 140 0.95 0 0.20 0.31 167.07 0.9 0.36
Hex 9 B0 8C 5F 0 14 1F A7 5A 24
Octal 11 260 214 137 0 24 37 247 132 44
Binary 1001 10110000 10001100 1011111 0 10100 11111 10100111 1011010 100100

Color Harmonies of #09B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B08C

Black with #09B08C

Text Example


Text Example

White with #09B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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