Html Css Color HEX #09AFA1 Persian Green

📋 copy color: '#09AFA1'

red 9 ◦ green 175 ◦ blue 161

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

Shades of Persian Green #09AFA1

Tints of Persian Green #09AFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46.67%

R = 2.61%
G = 50.72%
B = 46.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#09AFA1 (or 0x09AFA1) is known color: Persian Green. HEX triplet: 09, AF and A1. RGB value is (9,175,161). Sum of RGB (Red+Green+Blue) = 9+175+161=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #09AFA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AFA1 is #F6505E. Grayscale: #7B7B7B. Windows color (decimal): -16142431 or 10596105. OLE color: 10596105.

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

Color convert

RGB 9 175 161 -
CMYK 0.95 0 0.08 0.31
HSL 174.94º 0.9% 0.36% -
HSV(B) 174.94º 0.95% 0.69% -
XYZ 21.88 33.29 38.99 -
YUV 123.77 149 46.14 -
System Red Green Blue C M Y K H S L
Decimal 9 175 161 0.95 0 0.08 0.31 174.94 0.9 0.36
Hex 9 AF A1 5F 0 8 1F AF 5A 24
Octal 11 257 241 137 0 10 37 257 132 44
Binary 1001 10101111 10100001 1011111 0 1000 11111 10101111 1011010 100100

Color Harmonies of #09AFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFA1

Black with #09AFA1

Text Example


Text Example

White with #09AFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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