#A4C460

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

Shades of Olivine #A4C460

Tints of Olivine #A4C460

Color information

#A4C460 (or 0xA4C460) is unknown color: approx Olivine. HEX triplet: A4, C4 and 60. RGB value is (164,196,96). Sum of RGB (Red+Green+Blue) = 164+196+96=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C460 is #5B3B9F. Grayscale: #AFAFAF. Windows color (decimal): -5979040 or 6341796. OLE color: 6341796.

HSL color Cylindrical-coordinate representation of color #A4C460: hue angle of 79.2º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4C460 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB16419696-
CMYK0.1600.510.23
HSL79.2º45.87%57.25%-
HSV(B)79.2º51.02%76.86%-
XYZ37.1648.2218.41-
YUV175.0383.4120.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 196 (76.95% from 255) = 42.98%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=35.96%
G=42.98%
B=21.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164196960.1600.510.2379.245.8757.25
HexA4C46010033174f2e39
Octal24430414020063271175671
Binary10100100110001001100000100000110011101111001111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C460; }

 p { color: rgb(164,196,96); }

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

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

 a { background-color: rgb(164,196,96); }

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

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

 span { border-color: rgb(164,196,96); }

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