Html Css Color HEX #09AB9A Persian Green

📋 copy color: '#09AB9A'

red 9 ◦ green 171 ◦ blue 154

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

Shades of Persian Green #09AB9A

Tints of Persian Green #09AB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.11%

R = 2.69%
G = 51.2%
B = 46.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#09AB9A (or 0x09AB9A) is known color: Persian Green. HEX triplet: 09, AB and 9A. RGB value is (9,171,154). Sum of RGB (Red+Green+Blue) = 9+171+154=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AB9A is #F65465. Grayscale: #787878. Windows color (decimal): -16143462 or 10136329. OLE color: 10136329.

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

Color convert

RGB 9 171 154 -
CMYK 0.95 0 0.10 0.33
HSL 173.7º 0.9% 0.35% -
HSV(B) 173.7º 0.95% 0.67% -
XYZ 20.51 31.52 35.57 -
YUV 120.62 146.83 48.38 -
System Red Green Blue C M Y K H S L
Decimal 9 171 154 0.95 0 0.10 0.33 173.7 0.9 0.35
Hex 9 AB 9A 5F 0 A 21 AE 5A 23
Octal 11 253 232 137 0 12 41 256 132 43
Binary 1001 10101011 10011010 1011111 0 1010 100001 10101110 1011010 100011

Color Harmonies of #09AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AB9A

Black with #09AB9A

Text Example


Text Example

White with #09AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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