#AFA978

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

Shades of Neutral Green #AFA978

Tints of Neutral Green #AFA978

Color information

#AFA978 (or 0xAFA978) is unknown color: approx Neutral Green. HEX triplet: AF, A9 and 78. RGB value is (175,169,120). Sum of RGB (Red+Green+Blue) = 175+169+120=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA978 is #505687. Grayscale: #A5A5A5. Windows color (decimal): -5265032 or 7907759. OLE color: 7907759.

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

Color convert

RGB175169120-
CMYK00.030.310.31
HSL53.45º25.58%57.84%-
HSV(B)53.45º31.43%68.63%-
XYZ35.2638.8523.41-
YUV165.21102.49134.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 169 (66.41% from 255) = 36.42%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=37.72%
G=36.42%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516912000.030.310.3153.4525.5857.84
HexAFA978031F1F351a3a
Octal257251170033737653272
Binary10101111101010011111000011111111111111010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA978; }

 p { color: rgb(175,169,120); }

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

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

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

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

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

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

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