#A1C06D

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

Shades of Olivine #A1C06D

Tints of Olivine #A1C06D

Color information

#A1C06D (or 0xA1C06D) is unknown color: approx Olivine. HEX triplet: A1, C0 and 6D. RGB value is (161,192,109). Sum of RGB (Red+Green+Blue) = 161+192+109=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C06D is #5E3F92. Grayscale: #ADADAD. Windows color (decimal): -6176659 or 7192737. OLE color: 7192737.

HSL color Cylindrical-coordinate representation of color #A1C06D: hue angle of 82.41º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1C06D is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB161192109-
CMYK0.1600.430.25
HSL82.41º39.71%59.02%-
HSV(B)82.41º43.23%75.29%-
XYZ36.3146.3821.51-
YUV173.2791.73119.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 109 (42.97% from 255) = 23.59%
R=34.85%
G=41.56%
B=23.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611921090.1600.430.2582.4139.7159.02
HexA1C06D1002B1952283b
Octal24130015520053311225073
Binary10100001110000001101101100000101011110011010010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C06D; }

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

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

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

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

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

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

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

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