Html Css Color HEX #09AF8A Persian Green

📋 copy color: '#09AF8A'

red 9 ◦ green 175 ◦ blue 138

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

Shades of Persian Green #09AF8A

Tints of Persian Green #09AF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.86%

R = 2.8%
G = 54.35%
B = 42.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#09AF8A (or 0x09AF8A) is known color: Persian Green. HEX triplet: 09, AF and 8A. RGB value is (9,175,138). Sum of RGB (Red+Green+Blue) = 9+175+138=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AF8A is #F65075. Grayscale: #797979. Windows color (decimal): -16142454 or 9088777. OLE color: 9088777.

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

Color convert

RGB 9 175 138 -
CMYK 0.95 0 0.21 0.31
HSL 166.63º 0.9% 0.36% -
HSV(B) 166.63º 0.95% 0.69% -
XYZ 20.03 32.55 29.27 -
YUV 121.15 137.5 48.01 -
System Red Green Blue C M Y K H S L
Decimal 9 175 138 0.95 0 0.21 0.31 166.63 0.9 0.36
Hex 9 AF 8A 5F 0 15 1F A7 5A 24
Octal 11 257 212 137 0 25 37 247 132 44
Binary 1001 10101111 10001010 1011111 0 10101 11111 10100111 1011010 100100

Color Harmonies of #09AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF8A

Black with #09AF8A

Text Example


Text Example

White with #09AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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