Html Css Color HEX #09AB9E Persian Green

📋 copy color: '#09AB9E'

red 9 ◦ green 171 ◦ blue 158

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

Shades of Persian Green #09AB9E

Tints of Persian Green #09AB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.59%

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

R = 2.66%
G = 50.59%
B = 46.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#09AB9E (or 0x09AB9E) is known color: Persian Green. HEX triplet: 09, AB and 9E. RGB value is (9,171,158). Sum of RGB (Red+Green+Blue) = 9+171+158=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AB9E is #F65461. Grayscale: #787878. Windows color (decimal): -16143458 or 10398473. OLE color: 10398473.

HSL color Cylindrical-coordinate representation of color #09AB9E: hue angle of 175.19º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AB9E is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 171 158 -
CMYK 0.95 0 0.08 0.33
HSL 175.19º 0.9% 0.35% -
HSV(B) 175.19º 0.95% 0.67% -
XYZ 20.85 31.65 37.36 -
YUV 121.08 148.83 48.06 -
System Red Green Blue C M Y K H S L
Decimal 9 171 158 0.95 0 0.08 0.33 175.19 0.9 0.35
Hex 9 AB 9E 5F 0 8 21 AF 5A 23
Octal 11 253 236 137 0 10 41 257 132 43
Binary 1001 10101011 10011110 1011111 0 1000 100001 10101111 1011010 100011

Color Harmonies of #09AB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AB9E

Black with #09AB9E

Text Example


Text Example

White with #09AB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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