Html Css Color HEX #09AF9C Persian Green

📋 copy color: '#09AF9C'

red 9 ◦ green 175 ◦ blue 156

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

Shades of Persian Green #09AF9C

Tints of Persian Green #09AF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.88%

R = 2.65%
G = 51.47%
B = 45.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#09AF9C (or 0x09AF9C) is known color: Persian Green. HEX triplet: 09, AF and 9C. RGB value is (9,175,156). Sum of RGB (Red+Green+Blue) = 9+175+156=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AF9C is #F65063. Grayscale: #7B7B7B. Windows color (decimal): -16142436 or 10268425. OLE color: 10268425.

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

Color convert

RGB 9 175 156 -
CMYK 0.95 0 0.11 0.31
HSL 173.13º 0.9% 0.36% -
HSV(B) 173.13º 0.95% 0.69% -
XYZ 21.44 33.12 36.71 -
YUV 123.2 146.5 46.54 -
System Red Green Blue C M Y K H S L
Decimal 9 175 156 0.95 0 0.11 0.31 173.13 0.9 0.36
Hex 9 AF 9C 5F 0 B 1F AD 5A 24
Octal 11 257 234 137 0 13 37 255 132 44
Binary 1001 10101111 10011100 1011111 0 1011 11111 10101101 1011010 100100

Color Harmonies of #09AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF9C

Black with #09AF9C

Text Example


Text Example

White with #09AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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