#AFAF82

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

Shades of Neutral Green #AFAF82

Tints of Neutral Green #AFAF82

Color information

#AFAF82 (or 0xAFAF82) is unknown color: approx Neutral Green. HEX triplet: AF, AF and 82. RGB value is (175,175,130). Sum of RGB (Red+Green+Blue) = 175+175+130=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF82 is #50507D. Grayscale: #AAAAAA. Windows color (decimal): -5263486 or 8564655. OLE color: 8564655.

HSL color Cylindrical-coordinate representation of color #AFAF82: hue angle of 60º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFAF82 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175175130-
CMYK000.260.31
HSL60º21.95%59.8%-
HSV(B)60º25.71%68.63%-
XYZ37.0441.3927.16-
YUV169.87105.5131.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=36.46%
G=36.46%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175130000.260.316021.9559.8
HexAFAF82001A1F3c163c
Octal257257202003237742674
Binary10101111101011111000001000110101111111110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF82; }

 p { color: rgb(175,175,130); }

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

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

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

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

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

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

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