#A5C864

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

Shades of Olivine #A5C864

Tints of Olivine #A5C864

Color information

#A5C864 (or 0xA5C864) is unknown color: approx Olivine. HEX triplet: A5, C8 and 64. RGB value is (165,200,100). Sum of RGB (Red+Green+Blue) = 165+200+100=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C864 is #5A379B. Grayscale: #B2B2B2. Windows color (decimal): -5912476 or 6604965. OLE color: 6604965.

HSL color Cylindrical-coordinate representation of color #A5C864: hue angle of 81º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5C864 is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB165200100-
CMYK0.1800.50.22
HSL81º47.62%58.82%-
HSV(B)81º50%78.43%-
XYZ38.4750.2319.72-
YUV178.1483.9118.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 200 (78.52% from 255) = 43.01%
BLUE value IS 100 (39.45% from 255) = 21.51%
R=35.48%
G=43.01%
B=21.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1652001000.1800.50.228147.6258.82
HexA5C864120321651303b
Octal24531014422062261216073
Binary10100101110010001100100100100110010101101010001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C864; }

 p { color: rgb(165,200,100); }

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

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

 a { background-color: rgb(165,200,100); }

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

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

 span { border-color: rgb(165,200,100); }

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