Html Css Color HEX #09AFA0 Persian Green

📋 copy color: '#09AFA0'

red 9 ◦ green 175 ◦ blue 160

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

Shades of Persian Green #09AFA0

Tints of Persian Green #09AFA0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.87%

 BLUE value IS 160 (62.89% from 255) = 46.51%

R = 2.62%
G = 50.87%
B = 46.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#09AFA0 (or 0x09AFA0) is known color: Persian Green. HEX triplet: 09, AF and A0. RGB value is (9,175,160). Sum of RGB (Red+Green+Blue) = 9+175+160=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #09AFA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AFA0 is #F6505F. Grayscale: #7B7B7B. Windows color (decimal): -16142432 or 10530569. OLE color: 10530569.

HSL color Cylindrical-coordinate representation of color #09AFA0: hue angle of 174.58º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AFA0 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 175 160 -
CMYK 0.95 0 0.09 0.31
HSL 174.58º 0.9% 0.36% -
HSV(B) 174.58º 0.95% 0.69% -
XYZ 21.79 33.26 38.53 -
YUV 123.66 148.5 46.22 -
System Red Green Blue C M Y K H S L
Decimal 9 175 160 0.95 0 0.09 0.31 174.58 0.9 0.36
Hex 9 AF A0 5F 0 9 1F AF 5A 24
Octal 11 257 240 137 0 11 37 257 132 44
Binary 1001 10101111 10100000 1011111 0 1001 11111 10101111 1011010 100100

Color Harmonies of #09AFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFA0

Black with #09AFA0

Text Example


Text Example

White with #09AFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,175,160); }

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

background-color css

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

 a { background-color: rgb(9,175,160); }

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

border-color css

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

 span { border-color: rgb(9,175,160); }

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