#AFAF84

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

Shades of Neutral Green #AFAF84

Tints of Neutral Green #AFAF84

Color information

#AFAF84 (or 0xAFAF84) is unknown color: approx Neutral Green. HEX triplet: AF, AF and 84. RGB value is (175,175,132). Sum of RGB (Red+Green+Blue) = 175+175+132=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF84 is #50507B. Grayscale: #AAAAAA. Windows color (decimal): -5263484 or 8695727. OLE color: 8695727.

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

Color convert

RGB175175132-
CMYK000.250.31
HSL60º21.18%60.2%-
HSV(B)60º24.57%68.63%-
XYZ37.1741.4427.87-
YUV170.1106.5131.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=36.31%
G=36.31%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175132000.250.316021.1860.2
HexAFAF8400191F3c153c
Octal257257204003137742574
Binary10101111101011111000010000110011111111110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF84; }

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

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

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

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

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

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

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

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