Html Css Color HEX #09AF98 Persian Green

📋 copy color: '#09AF98'

red 9 ◦ green 175 ◦ blue 152

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

Shades of Persian Green #09AF98

Tints of Persian Green #09AF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.24%

R = 2.68%
G = 52.08%
B = 45.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#09AF98 (or 0x09AF98) is known color: Persian Green. HEX triplet: 09, AF and 98. RGB value is (9,175,152). Sum of RGB (Red+Green+Blue) = 9+175+152=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AF98 is #F65067. Grayscale: #7A7A7A. Windows color (decimal): -16142440 or 10006281. OLE color: 10006281.

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

Color convert

RGB 9 175 152 -
CMYK 0.95 0 0.13 0.31
HSL 171.69º 0.9% 0.36% -
HSV(B) 171.69º 0.95% 0.69% -
XYZ 21.11 32.99 34.96 -
YUV 122.74 144.5 46.87 -
System Red Green Blue C M Y K H S L
Decimal 9 175 152 0.95 0 0.13 0.31 171.69 0.9 0.36
Hex 9 AF 98 5F 0 D 1F AC 5A 24
Octal 11 257 230 137 0 15 37 254 132 44
Binary 1001 10101111 10011000 1011111 0 1101 11111 10101100 1011010 100100

Color Harmonies of #09AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF98

Black with #09AF98

Text Example


Text Example

White with #09AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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