#A6C56E

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

Shades of Olivine #A6C56E

Tints of Olivine #A6C56E

Color information

#A6C56E (or 0xA6C56E) is unknown color: approx Olivine. HEX triplet: A6, C5 and 6E. RGB value is (166,197,110). Sum of RGB (Red+Green+Blue) = 166+197+110=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C56E is #593A91. Grayscale: #B2B2B2. Windows color (decimal): -5847698 or 7259558. OLE color: 7259558.

HSL color Cylindrical-coordinate representation of color #A6C56E: hue angle of 81.38º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6C56E is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB166197110-
CMYK0.1600.440.23
HSL81.38º42.86%60.2%-
HSV(B)81.38º44.16%77.25%-
XYZ38.5149.1722.21-
YUV177.8189.73119.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 197 (77.34% from 255) = 41.65%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=35.10%
G=41.65%
B=23.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661971100.1600.440.2381.3842.8660.2
HexA6C56E1002C17512b3c
Octal24630515620054271215374
Binary10100110110001011101110100000101100101111010001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C56E; }

 p { color: rgb(166,197,110); }

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

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

 a { background-color: rgb(166,197,110); }

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

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

 span { border-color: rgb(166,197,110); }

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