#A1C47A

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

Shades of Olivine #A1C47A

Tints of Olivine #A1C47A

Color information

#A1C47A (or 0xA1C47A) is unknown color: approx Olivine. HEX triplet: A1, C4 and 7A. RGB value is (161,196,122). Sum of RGB (Red+Green+Blue) = 161+196+122=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C47A is #5E3B85. Grayscale: #B1B1B1. Windows color (decimal): -6175622 or 8045729. OLE color: 8045729.

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

Color convert

RGB161196122-
CMYK0.1800.380.23
HSL88.38º38.54%62.35%-
HSV(B)88.38º37.76%76.86%-
XYZ37.9548.4625.77-
YUV177.196.9116.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=33.61%
G=40.92%
B=25.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611961220.1800.380.2388.3838.5462.35
HexA1C47A120261758273e
Octal24130417222046271304776
Binary10100001110001001111010100100100110101111011000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C47A; }

 p { color: rgb(161,196,122); }

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

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

 a { background-color: rgb(161,196,122); }

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

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

 span { border-color: rgb(161,196,122); }

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