#A1D36A

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

Shades of Olivine #A1D36A

Tints of Olivine #A1D36A

Color information

#A1D36A (or 0xA1D36A) is unknown color: approx Olivine. HEX triplet: A1, D3 and 6A. RGB value is (161,211,106). Sum of RGB (Red+Green+Blue) = 161+211+106=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D36A is #5E2C95. Grayscale: #B8B8B8. Windows color (decimal): -6171798 or 7000993. OLE color: 7000993.

HSL color Cylindrical-coordinate representation of color #A1D36A: hue angle of 88.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1D36A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB161211106-
CMYK0.2400.500.17
HSL88.57º54.4%62.16%-
HSV(B)88.57º49.76%82.75%-
XYZ40.5955.2122.15-
YUV184.0883.94111.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 211 (82.81% from 255) = 44.14%
BLUE value IS 106 (41.80% from 255) = 22.18%
R=33.68%
G=44.14%
B=22.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111060.2400.500.1788.5754.462.16
HexA1D36A180321159363e
Octal24132315230062211316676
Binary10100001110100111101010110000110010100011011001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D36A; }

 p { color: rgb(161,211,106); }

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

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

 a { background-color: rgb(161,211,106); }

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

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

 span { border-color: rgb(161,211,106); }

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