#A5C265

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

Shades of Olivine #A5C265

Tints of Olivine #A5C265

Color information

#A5C265 (or 0xA5C265) is unknown color: approx Olivine. HEX triplet: A5, C2 and 65. RGB value is (165,194,101). Sum of RGB (Red+Green+Blue) = 165+194+101=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C265 is #5A3D9A. Grayscale: #AFAFAF. Windows color (decimal): -5914011 or 6668965. OLE color: 6668965.

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

Color convert

RGB165194101-
CMYK0.1500.480.24
HSL78.71º43.26%57.84%-
HSV(B)78.71º47.94%76.08%-
XYZ37.1647.5219.53-
YUV174.7386.39121.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 194 (76.17% from 255) = 42.17%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=35.87%
G=42.17%
B=21.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941010.1500.480.2478.7143.2657.84
HexA5C265F030184f2b3a
Octal24530214517060301175372
Binary1010010111000010110010111110110000110001001111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C265; }

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

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

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

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

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

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

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

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