Html Css Color HEX #09AC9A Persian Green

📋 copy color: '#09AC9A'

red 9 ◦ green 172 ◦ blue 154

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

Shades of Persian Green #09AC9A

Tints of Persian Green #09AC9A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.34%

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

R = 2.69%
G = 51.34%
B = 45.97%

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

#09AC9A (or 0x09AC9A) is known color: Persian Green. HEX triplet: 09, AC and 9A. RGB value is (9,172,154). Sum of RGB (Red+Green+Blue) = 9+172+154=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AC9A is #F65365. Grayscale: #797979. Windows color (decimal): -16143206 or 10136585. OLE color: 10136585.

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

Color convert

RGB 9 172 154 -
CMYK 0.95 0 0.10 0.33
HSL 173.37º 0.9% 0.35% -
HSV(B) 173.37º 0.95% 0.67% -
XYZ 20.7 31.9 35.64 -
YUV 121.21 146.5 47.96 -
System Red Green Blue C M Y K H S L
Decimal 9 172 154 0.95 0 0.10 0.33 173.37 0.9 0.35
Hex 9 AC 9A 5F 0 A 21 AD 5A 23
Octal 11 254 232 137 0 12 41 255 132 43
Binary 1001 10101100 10011010 1011111 0 1010 100001 10101101 1011010 100011

Color Harmonies of #09AC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AC9A

Black with #09AC9A

Text Example


Text Example

White with #09AC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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