#00AF87

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

Shades of Persian Green #00AF87

Tints of Persian Green #00AF87

Color information

#00AF87 (or 0x00AF87) is unknown color: approx Persian Green. HEX triplet: 00, AF and 87. RGB value is (0,175,135). Sum of RGB (Red+Green+Blue) = 0+175+135=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AF87 is #FF5078. Grayscale: #767676. Windows color (decimal): -16732281 or 8892160. OLE color: 8892160.

HSL color Cylindrical-coordinate representation of color #00AF87: hue angle of 166.29º 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 #00AF87 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB0175135-
CMYK100.230.31
HSL166.29º100%34.31%-
HSV(B)166.29º100%68.63%-
XYZ19.732.4128.14-
YUV118.12137.5243.75-

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.45%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=0%
G=56.45%
B=43.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal0175135100.230.31166.2910034.31
Hex0AF87640171Fa66422
Octal02572071440273724614442
Binary01010111110000111110010001011111111101001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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