Html Css Color HEX #09AFA2 Persian Green

📋 copy color: '#09AFA2'

red 9 ◦ green 175 ◦ blue 162

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

Shades of Persian Green #09AFA2

Tints of Persian Green #09AFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.82%

R = 2.6%
G = 50.58%
B = 46.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#09AFA2 (or 0x09AFA2) is known color: Persian Green. HEX triplet: 09, AF and A2. RGB value is (9,175,162). Sum of RGB (Red+Green+Blue) = 9+175+162=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #09AFA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AFA2 is #F6505D. Grayscale: #7B7B7B. Windows color (decimal): -16142430 or 10661641. OLE color: 10661641.

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

Color convert

RGB 9 175 162 -
CMYK 0.95 0 0.07 0.31
HSL 175.3º 0.9% 0.36% -
HSV(B) 175.3º 0.95% 0.69% -
XYZ 21.96 33.33 39.46 -
YUV 123.88 149.5 46.06 -
System Red Green Blue C M Y K H S L
Decimal 9 175 162 0.95 0 0.07 0.31 175.3 0.9 0.36
Hex 9 AF A2 5F 0 7 1F AF 5A 24
Octal 11 257 242 137 0 7 37 257 132 44
Binary 1001 10101111 10100010 1011111 0 111 11111 10101111 1011010 100100

Color Harmonies of #09AFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFA2

Black with #09AFA2

Text Example


Text Example

White with #09AFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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