#A5C466

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

Shades of Olivine #A5C466

Tints of Olivine #A5C466

Color information

#A5C466 (or 0xA5C466) is unknown color: approx Olivine. HEX triplet: A5, C4 and 66. RGB value is (165,196,102). Sum of RGB (Red+Green+Blue) = 165+196+102=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C466 is #5A3B99. Grayscale: #B0B0B0. Windows color (decimal): -5913498 or 6735013. OLE color: 6735013.

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

Color convert

RGB165196102-
CMYK0.1600.480.23
HSL79.79º44.34%58.43%-
HSV(B)79.79º47.96%76.86%-
XYZ37.6648.4419.94-
YUV176.0286.23120.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 196 (76.95% from 255) = 42.33%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=35.64%
G=42.33%
B=22.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651961020.1600.480.2379.7944.3458.43
HexA5C4661003017502c3a
Octal24530414620060271205472
Binary10100101110001001100110100000110000101111010000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C466; }

 p { color: rgb(165,196,102); }

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

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

 a { background-color: rgb(165,196,102); }

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

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

 span { border-color: rgb(165,196,102); }

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