#A8C16D

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

Shades of Olivine #A8C16D

Tints of Olivine #A8C16D

Color information

#A8C16D (or 0xA8C16D) is unknown color: approx Olivine. HEX triplet: A8, C1 and 6D. RGB value is (168,193,109). Sum of RGB (Red+Green+Blue) = 168+193+109=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C16D is #573E92. Grayscale: #B0B0B0. Windows color (decimal): -5717651 or 7193000. OLE color: 7193000.

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

Color convert

RGB168193109-
CMYK0.1300.440.24
HSL77.86º40.38%59.22%-
HSV(B)77.86º43.52%75.69%-
XYZ37.9847.5721.65-
YUV175.9590.22122.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 193 (75.78% from 255) = 41.06%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=35.74%
G=41.06%
B=23.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931090.1300.440.2477.8640.3859.22
HexA8C16DD02C184e283b
Octal25030115515054301165073
Binary1010100011000001110110111010101100110001001110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C16D; }

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

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

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

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

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

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

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

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