Html Css Color HEX #09AF9A Persian Green

📋 copy color: '#09AF9A'

red 9 ◦ green 175 ◦ blue 154

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

Shades of Persian Green #09AF9A

Tints of Persian Green #09AF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.56%

R = 2.66%
G = 51.78%
B = 45.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#09AF9A (or 0x09AF9A) is known color: Persian Green. HEX triplet: 09, AF and 9A. RGB value is (9,175,154). Sum of RGB (Red+Green+Blue) = 9+175+154=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AF9A is #F65065. Grayscale: #7A7A7A. Windows color (decimal): -16142438 or 10137353. OLE color: 10137353.

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

Color convert

RGB 9 175 154 -
CMYK 0.95 0 0.12 0.31
HSL 172.41º 0.9% 0.36% -
HSV(B) 172.41º 0.95% 0.69% -
XYZ 21.28 33.05 35.83 -
YUV 122.97 145.5 46.71 -
System Red Green Blue C M Y K H S L
Decimal 9 175 154 0.95 0 0.12 0.31 172.41 0.9 0.36
Hex 9 AF 9A 5F 0 C 1F AC 5A 24
Octal 11 257 232 137 0 14 37 254 132 44
Binary 1001 10101111 10011010 1011111 0 1100 11111 10101100 1011010 100100

Color Harmonies of #09AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF9A

Black with #09AF9A

Text Example


Text Example

White with #09AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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