#00AF57

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

Shades of Pigment Green #00AF57

Tints of Pigment Green #00AF57

Color information

#00AF57 (or 0x00AF57) is unknown color: approx Pigment Green. HEX triplet: 00, AF and 57. RGB value is (0,175,87). Sum of RGB (Red+Green+Blue) = 0+175+87=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AF57 is #FF50A8. Grayscale: #707070. Windows color (decimal): -16732329 or 5746432. OLE color: 5746432.

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

Color convert

RGB017587-
CMYK100.500.31
HSL149.83º100%34.31%-
HSV(B)149.83º100%68.63%-
XYZ17.0531.3514.17-
YUV112.64113.5247.66-

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) = 66.79%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=0%
G=66.79%
B=33.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal017587100.500.31149.8310034.31
Hex0AF57640321F966422
Octal02571271440623722614442
Binary01010111110101111100100011001011111100101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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