#A5C266

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

Shades of Olivine #A5C266

Tints of Olivine #A5C266

Color information

#A5C266 (or 0xA5C266) is unknown color: approx Olivine. HEX triplet: A5, C2 and 66. RGB value is (165,194,102). Sum of RGB (Red+Green+Blue) = 165+194+102=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C266 is #5A3D99. Grayscale: #AFAFAF. Windows color (decimal): -5914010 or 6734501. OLE color: 6734501.

HSL color Cylindrical-coordinate representation of color #A5C266: hue angle of 78.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5C266 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB165194102-
CMYK0.1500.470.24
HSL78.91º42.99%58.04%-
HSV(B)78.91º47.42%76.08%-
XYZ37.2147.5419.79-
YUV174.8486.89120.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=35.79%
G=42.08%
B=22.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941020.1500.470.2478.9142.9958.04
HexA5C266F02F184f2b3a
Octal24530214617057301175372
Binary1010010111000010110011011110101111110001001111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C266; }

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

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

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

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

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

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

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

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