#AFAF54

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

Shades of Olive Green #AFAF54

Tints of Olive Green #AFAF54

Color information

#AFAF54 (or 0xAFAF54) is unknown color: approx Olive Green. HEX triplet: AF, AF and 54. RGB value is (175,175,84). Sum of RGB (Red+Green+Blue) = 175+175+84=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF54 is #5050AB. Grayscale: #A4A4A4. Windows color (decimal): -5263532 or 5549999. OLE color: 5549999.

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

Color convert

RGB17517584-
CMYK000.520.31
HSL60º36.25%50.78%-
HSV(B)60º52%68.63%-
XYZ34.6140.4114.36-
YUV164.6382.5135.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 84 (33.20% from 255) = 19.35%
R=40.32%
G=40.32%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517584000.520.316036.2550.78
HexAFAF5400341F3c2433
Octal257257124006437744463
Binary101011111010111110101000011010011111111100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF54; }

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

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

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

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

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

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

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

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