Html Css Color HEX #09AC93 Persian Green

📋 copy color: '#09AC93'

red 9 ◦ green 172 ◦ blue 147

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

Shades of Persian Green #09AC93

Tints of Persian Green #09AC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 2.74%
G = 52.44%
B = 44.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#09AC93 (or 0x09AC93) is known color: Persian Green. HEX triplet: 09, AC and 93. RGB value is (9,172,147). Sum of RGB (Red+Green+Blue) = 9+172+147=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AC93 is #F6536C. Grayscale: #787878. Windows color (decimal): -16143213 or 9677833. OLE color: 9677833.

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

Color convert

RGB 9 172 147 -
CMYK 0.95 0 0.15 0.33
HSL 170.8º 0.9% 0.35% -
HSV(B) 170.8º 0.95% 0.67% -
XYZ 20.13 31.67 32.66 -
YUV 120.41 143 48.53 -
System Red Green Blue C M Y K H S L
Decimal 9 172 147 0.95 0 0.15 0.33 170.8 0.9 0.35
Hex 9 AC 93 5F 0 F 21 AB 5A 23
Octal 11 254 223 137 0 17 41 253 132 43
Binary 1001 10101100 10010011 1011111 0 1111 100001 10101011 1011010 100011

Color Harmonies of #09AC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AC93

Black with #09AC93

Text Example


Text Example

White with #09AC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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