#AFAC54

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

Shades of Olive Green #AFAC54

Tints of Olive Green #AFAC54

Color information

#AFAC54 (or 0xAFAC54) is unknown color: approx Olive Green. HEX triplet: AF, AC and 54. RGB value is (175,172,84). Sum of RGB (Red+Green+Blue) = 175+172+84=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC54 is #5053AB. Grayscale: #A3A3A3. Windows color (decimal): -5264300 or 5549231. OLE color: 5549231.

HSL color Cylindrical-coordinate representation of color #AFAC54: hue angle of 58.02º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFAC54 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB17517284-
CMYK00.020.520.31
HSL58.02º36.25%50.78%-
HSV(B)58.02º52%68.63%-
XYZ34.0339.2614.17-
YUV162.8683.49136.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 84 (33.20% from 255) = 19.49%
R=40.60%
G=39.91%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751728400.020.520.3158.0236.2550.78
HexAFAC5402341F3a2433
Octal257254124026437724463
Binary1010111110101100101010001011010011111111010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC54; }

 p { color: rgb(175,172,84); }

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

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

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

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

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

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

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