#A1D06D

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

Shades of Olivine #A1D06D

Tints of Olivine #A1D06D

Color information

#A1D06D (or 0xA1D06D) is unknown color: approx Olivine. HEX triplet: A1, D0 and 6D. RGB value is (161,208,109). Sum of RGB (Red+Green+Blue) = 161+208+109=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D06D is #5E2F92. Grayscale: #B7B7B7. Windows color (decimal): -6172563 or 7196833. OLE color: 7196833.

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

Color convert

RGB161208109-
CMYK0.2300.480.18
HSL88.48º51.3%62.16%-
HSV(B)88.48º47.6%81.57%-
XYZ40.0153.7922.74-
YUV182.6686.43112.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 208 (81.64% from 255) = 43.51%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=33.68%
G=43.51%
B=22.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612081090.2300.480.1888.4851.362.16
HexA1D06D170301258333e
Octal24132015527060221306376
Binary10100001110100001101101101110110000100101011000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D06D; }

 p { color: rgb(161,208,109); }

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

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

 a { background-color: rgb(161,208,109); }

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

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

 span { border-color: rgb(161,208,109); }

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