#A1C85D

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

Shades of Olivine #A1C85D

Tints of Olivine #A1C85D

Color information

#A1C85D (or 0xA1C85D) is unknown color: approx Olivine. HEX triplet: A1, C8 and 5D. RGB value is (161,200,93). Sum of RGB (Red+Green+Blue) = 161+200+93=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C85D is #5E37A2. Grayscale: #B0B0B0. Windows color (decimal): -6174627 or 6146209. OLE color: 6146209.

HSL color Cylindrical-coordinate representation of color #A1C85D: hue angle of 81.87º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1C85D is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB16120093-
CMYK0.1900.540.22
HSL81.87º49.31%57.45%-
HSV(B)81.87º53.5%78.43%-
XYZ37.3349.6817.98-
YUV176.1481.08117.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 200 (78.52% from 255) = 44.05%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=35.46%
G=44.05%
B=20.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161200930.1900.540.2281.8749.3157.45
HexA1C85D1303616523139
Octal24131013523066261226171
Binary10100001110010001011101100110110110101101010010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C85D; }

 p { color: rgb(161,200,93); }

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

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

 a { background-color: rgb(161,200,93); }

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

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

 span { border-color: rgb(161,200,93); }

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