#00AF86

Color #00AF86 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #00AF86

Tints of Persian Green #00AF86

Color information

#00AF86 (or 0x00AF86) is unknown color: approx Persian Green. HEX triplet: 00, AF and 86. RGB value is (0,175,134). Sum of RGB (Red+Green+Blue) = 0+175+134=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AF86 is #FF5079. Grayscale: #757575. Windows color (decimal): -16732282 or 8826624. OLE color: 8826624.

HSL color Cylindrical-coordinate representation of color #00AF86: hue angle of 165.94º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AF86 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB0175134-
CMYK100.230.31
HSL165.94º100%34.31%-
HSV(B)165.94º100%68.63%-
XYZ19.6332.3827.77-
YUV118137.0243.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 175 (68.75% from 255) = 56.63%
BLUE value IS 134 (52.73% from 255) = 43.37%
R=0%
G=56.63%
B=43.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal0175134100.230.31165.9410034.31
Hex0AF86640171Fa66422
Octal02572061440273724614442
Binary01010111110000110110010001011111111101001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00AF86; }

 p { color: rgb(0,175,134); }

 H1.HeaderClassName
 {
   color: #00AF86;
 }
 .AnyTagClassName
 {
   color: #00AF86;
 }
</style>
background-color css

<style>
 a { background-color: #00AF86; }

 a { background-color: rgb(0,175,134); }

 div.DivClassName
 {
   background-color: #00AF86;
 }
 .BgClassName
 {
   background-color: #00AF86;
 }
</style>
border-color css

<style>
 span { border-color: #00AF86; }

 span { border-color: rgb(0,175,134); }

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