Html Css Color HEX #09AB8E Persian Green

📋 copy color: '#09AB8E'

red 9 ◦ green 171 ◦ blue 142

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

Shades of Persian Green #09AB8E

Tints of Persian Green #09AB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 2.8%
G = 53.11%
B = 44.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#09AB8E (or 0x09AB8E) is known color: Persian Green. HEX triplet: 09, AB and 8E. RGB value is (9,171,142). Sum of RGB (Red+Green+Blue) = 9+171+142=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AB8E is #F65471. Grayscale: #777777. Windows color (decimal): -16143474 or 9349897. OLE color: 9349897.

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

Color convert

RGB 9 171 142 -
CMYK 0.95 0 0.17 0.33
HSL 169.26º 0.9% 0.35% -
HSV(B) 169.26º 0.95% 0.67% -
XYZ 19.56 31.14 30.57 -
YUV 119.26 140.83 49.36 -
System Red Green Blue C M Y K H S L
Decimal 9 171 142 0.95 0 0.17 0.33 169.26 0.9 0.35
Hex 9 AB 8E 5F 0 11 21 A9 5A 23
Octal 11 253 216 137 0 21 41 251 132 43
Binary 1001 10101011 10001110 1011111 0 10001 100001 10101001 1011010 100011

Color Harmonies of #09AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AB8E

Black with #09AB8E

Text Example


Text Example

White with #09AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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