#AFAF81

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

Shades of Neutral Green #AFAF81

Tints of Neutral Green #AFAF81

Color information

#AFAF81 (or 0xAFAF81) is unknown color: approx Neutral Green. HEX triplet: AF, AF and 81. RGB value is (175,175,129). Sum of RGB (Red+Green+Blue) = 175+175+129=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF81 is #50507E. Grayscale: #A9A9A9. Windows color (decimal): -5263487 or 8499119. OLE color: 8499119.

HSL color Cylindrical-coordinate representation of color #AFAF81: 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 #AFAF81 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175175129-
CMYK000.260.31
HSL60º22.33%59.61%-
HSV(B)60º26.29%68.63%-
XYZ36.9741.3626.8-
YUV169.76105131.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 129 (50.78% from 255) = 26.93%
R=36.53%
G=36.53%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175129000.260.316022.3359.61
HexAFAF81001A1F3c163c
Octal257257201003237742674
Binary10101111101011111000000100110101111111110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF81; }

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

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

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

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

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

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

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

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