#ACAF55

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

Shades of Olive Green #ACAF55

Tints of Olive Green #ACAF55

Color information

#ACAF55 (or 0xACAF55) is unknown color: approx Olive Green. HEX triplet: AC, AF and 55. RGB value is (172,175,85). Sum of RGB (Red+Green+Blue) = 172+175+85=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF55 is #5350AA. Grayscale: #A4A4A4. Windows color (decimal): -5460139 or 5615532. OLE color: 5615532.

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

Color convert

RGB17217585-
CMYK0.0200.510.31
HSL62º36%50.98%-
HSV(B)62º51.43%68.63%-
XYZ33.9840.0914.54-
YUV163.8483.51133.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 85 (33.59% from 255) = 19.68%
R=39.81%
G=40.51%
B=19.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172175850.0200.510.31623650.98
HexACAF5520331F3e2433
Octal254257125206337764463
Binary1010110010101111101010110011001111111111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF55; }

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

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

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

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

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

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

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

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