#AFAF80

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

Shades of Neutral Green #AFAF80

Tints of Neutral Green #AFAF80

Color information

#AFAF80 (or 0xAFAF80) is unknown color: approx Neutral Green. HEX triplet: AF, AF and 80. RGB value is (175,175,128). Sum of RGB (Red+Green+Blue) = 175+175+128=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF80 is #50507F. Grayscale: #A9A9A9. Windows color (decimal): -5263488 or 8433583. OLE color: 8433583.

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

Color convert

RGB175175128-
CMYK000.270.31
HSL60º22.71%59.41%-
HSV(B)60º26.86%68.63%-
XYZ36.9141.3326.45-
YUV169.64104.5131.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=36.61%
G=36.61%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175128000.270.316022.7159.41
HexAFAF80001B1F3c173b
Octal257257200003337742773
Binary10101111101011111000000000110111111111110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF80; }

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

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

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

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

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

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

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

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