#A1C96C

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

Shades of Olivine #A1C96C

Tints of Olivine #A1C96C

Color information

#A1C96C (or 0xA1C96C) is unknown color: approx Olivine. HEX triplet: A1, C9 and 6C. RGB value is (161,201,108). Sum of RGB (Red+Green+Blue) = 161+201+108=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C96C is #5E3693. Grayscale: #B2B2B2. Windows color (decimal): -6174356 or 7129505. OLE color: 7129505.

HSL color Cylindrical-coordinate representation of color #A1C96C: hue angle of 85.81º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1C96C is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB161201108-
CMYK0.2000.460.21
HSL85.81º46.27%60.59%-
HSV(B)85.81º46.27%78.82%-
XYZ38.2950.4321.9-
YUV178.4488.25115.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 201 (78.91% from 255) = 42.77%
BLUE value IS 108 (42.58% from 255) = 22.98%
R=34.26%
G=42.77%
B=22.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612011080.2000.460.2185.8146.2760.59
HexA1C96C1402E15562e3d
Octal24131115424056251265675
Binary10100001110010011101100101000101110101011010110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C96C; }

 p { color: rgb(161,201,108); }

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

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

 a { background-color: rgb(161,201,108); }

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

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

 span { border-color: rgb(161,201,108); }

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