#A1C36D

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

Shades of Olivine #A1C36D

Tints of Olivine #A1C36D

Color information

#A1C36D (or 0xA1C36D) is unknown color: approx Olivine. HEX triplet: A1, C3 and 6D. RGB value is (161,195,109). Sum of RGB (Red+Green+Blue) = 161+195+109=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C36D is #5E3C92. Grayscale: #AFAFAF. Windows color (decimal): -6175891 or 7193505. OLE color: 7193505.

HSL color Cylindrical-coordinate representation of color #A1C36D: hue angle of 83.72º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1C36D is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB161195109-
CMYK0.1700.440.24
HSL83.72º41.75%59.61%-
HSV(B)83.72º44.1%76.47%-
XYZ36.9747.7121.73-
YUV175.0390.74117.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 109 (42.97% from 255) = 23.44%
R=34.62%
G=41.94%
B=23.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611951090.1700.440.2483.7241.7559.61
HexA1C36D1102C18542a3c
Octal24130315521054301245274
Binary10100001110000111101101100010101100110001010100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C36D; }

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

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

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

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

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

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

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

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