#A1C56F

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

Shades of Olivine #A1C56F

Tints of Olivine #A1C56F

Color information

#A1C56F (or 0xA1C56F) is unknown color: approx Olivine. HEX triplet: A1, C5 and 6F. RGB value is (161,197,111). Sum of RGB (Red+Green+Blue) = 161+197+111=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C56F is #5E3A90. Grayscale: #B0B0B0. Windows color (decimal): -6175377 or 7325089. OLE color: 7325089.

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

Color convert

RGB161197111-
CMYK0.1800.440.23
HSL85.12º42.57%60.39%-
HSV(B)85.12º43.65%77.25%-
XYZ37.5348.6622.45-
YUV176.4391.07116.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 197 (77.34% from 255) = 42.00%
BLUE value IS 111 (43.75% from 255) = 23.67%
R=34.33%
G=42.00%
B=23.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611971110.1800.440.2385.1242.5760.39
HexA1C56F1202C17552b3c
Octal24130515722054271255374
Binary10100001110001011101111100100101100101111010101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C56F; }

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

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

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

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

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

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

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

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