#A1C55B

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

Shades of Olivine #A1C55B

Tints of Olivine #A1C55B

Color information

#A1C55B (or 0xA1C55B) is unknown color: approx Olivine. HEX triplet: A1, C5 and 5B. RGB value is (161,197,91). Sum of RGB (Red+Green+Blue) = 161+197+91=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C55B is #5E3AA4. Grayscale: #AEAEAE. Windows color (decimal): -6175397 or 6014369. OLE color: 6014369.

HSL color Cylindrical-coordinate representation of color #A1C55B: hue angle of 80.38º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1C55B is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB16119791-
CMYK0.1800.540.23
HSL80.38º47.75%56.47%-
HSV(B)80.38º53.81%77.25%-
XYZ36.5548.2617.29-
YUV174.1581.07118.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 197 (77.34% from 255) = 43.88%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=35.86%
G=43.88%
B=20.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161197910.1800.540.2380.3847.7556.47
HexA1C55B1203617503038
Octal24130513322066271206070
Binary10100001110001011011011100100110110101111010000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C55B; }

 p { color: rgb(161,197,91); }

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

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

 a { background-color: rgb(161,197,91); }

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

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

 span { border-color: rgb(161,197,91); }

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