Html Css Color HEX #09B49E Persian Green

📋 copy color: '#09B49E'

red 9 ◦ green 180 ◦ blue 158

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

Shades of Persian Green #09B49E

Tints of Persian Green #09B49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.87%

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 2.59%
G = 51.87%
B = 45.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#09B49E (or 0x09B49E) is known color: Persian Green. HEX triplet: 09, B4 and 9E. RGB value is (9,180,158). Sum of RGB (Red+Green+Blue) = 9+180+158=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #09B49E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B49E is #F64B61. Grayscale: #7E7E7E. Windows color (decimal): -16141154 or 10400777. OLE color: 10400777.

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

Color convert

RGB 9 180 158 -
CMYK 0.95 0 0.12 0.29
HSL 172.28º 0.9% 0.37% -
HSV(B) 172.28º 0.95% 0.71% -
XYZ 22.61 35.17 37.94 -
YUV 126.36 145.85 44.29 -
System Red Green Blue C M Y K H S L
Decimal 9 180 158 0.95 0 0.12 0.29 172.28 0.9 0.37
Hex 9 B4 9E 5F 0 C 1D AC 5A 25
Octal 11 264 236 137 0 14 35 254 132 45
Binary 1001 10110100 10011110 1011111 0 1100 11101 10101100 1011010 100101

Color Harmonies of #09B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B49E

Black with #09B49E

Text Example


Text Example

White with #09B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,180,158); }

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

background-color css

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

 a { background-color: rgb(9,180,158); }

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

border-color css

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

 span { border-color: rgb(9,180,158); }

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