#A5C55E

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

Shades of Olivine #A5C55E

Tints of Olivine #A5C55E

Color information

#A5C55E (or 0xA5C55E) is unknown color: approx Olivine. HEX triplet: A5, C5 and 5E. RGB value is (165,197,94). Sum of RGB (Red+Green+Blue) = 165+197+94=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C55E is #5A3AA1. Grayscale: #B0B0B0. Windows color (decimal): -5913250 or 6210981. OLE color: 6210981.

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

Color convert

RGB16519794-
CMYK0.1600.520.23
HSL78.64º47.03%57.06%-
HSV(B)78.64º52.28%77.25%-
XYZ37.548.7418.02-
YUV175.6981.9120.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 197 (77.34% from 255) = 43.20%
BLUE value IS 94 (37.11% from 255) = 20.61%
R=36.18%
G=43.20%
B=20.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165197940.1600.520.2378.6447.0357.06
HexA5C55E10034174f2f39
Octal24530513620064271175771
Binary10100101110001011011110100000110100101111001111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C55E; }

 p { color: rgb(165,197,94); }

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

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

 a { background-color: rgb(165,197,94); }

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

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

 span { border-color: rgb(165,197,94); }

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