#A5C160

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

Shades of Olivine #A5C160

Tints of Olivine #A5C160

Color information

#A5C160 (or 0xA5C160) is unknown color: approx Olivine. HEX triplet: A5, C1 and 60. RGB value is (165,193,96). Sum of RGB (Red+Green+Blue) = 165+193+96=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C160 is #5A3E9F. Grayscale: #ADADAD. Windows color (decimal): -5914272 or 6341029. OLE color: 6341029.

HSL color Cylindrical-coordinate representation of color #A5C160: hue angle of 77.32º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5C160 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB16519396-
CMYK0.1500.500.24
HSL77.32º43.89%56.67%-
HSV(B)77.32º50.26%75.69%-
XYZ36.746.9818.2-
YUV173.5784.22121.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 96 (37.89% from 255) = 21.15%
R=36.34%
G=42.51%
B=21.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165193960.1500.500.2477.3243.8956.67
HexA5C160F032184d2c39
Octal24530114017062301155471
Binary1010010111000001110000011110110010110001001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C160; }

 p { color: rgb(165,193,96); }

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

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

 a { background-color: rgb(165,193,96); }

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

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

 span { border-color: rgb(165,193,96); }

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