#A8C46D

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

Shades of Olivine #A8C46D

Tints of Olivine #A8C46D

Color information

#A8C46D (or 0xA8C46D) is unknown color: approx Olivine. HEX triplet: A8, C4 and 6D. RGB value is (168,196,109). Sum of RGB (Red+Green+Blue) = 168+196+109=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C46D is #573B92. Grayscale: #B2B2B2. Windows color (decimal): -5716883 or 7193768. OLE color: 7193768.

HSL color Cylindrical-coordinate representation of color #A8C46D: hue angle of 79.31º degrees, saturation: 0.42, 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 #A8C46D is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB168196109-
CMYK0.1400.440.23
HSL79.31º42.44%59.8%-
HSV(B)79.31º44.39%76.86%-
XYZ38.6548.9121.87-
YUV177.7189.22121.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 196 (76.95% from 255) = 41.44%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=35.52%
G=41.44%
B=23.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681961090.1400.440.2379.3142.4459.8
HexA8C46DE02C174f2a3c
Octal25030415516054271175274
Binary1010100011000100110110111100101100101111001111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C46D; }

 p { color: rgb(168,196,109); }

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

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

 a { background-color: rgb(168,196,109); }

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

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

 span { border-color: rgb(168,196,109); }

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