#A8D06C

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

Shades of Olivine #A8D06C

Tints of Olivine #A8D06C

Color information

#A8D06C (or 0xA8D06C) is unknown color: approx Olivine. HEX triplet: A8, D0 and 6C. RGB value is (168,208,108). Sum of RGB (Red+Green+Blue) = 168+208+108=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D06C is #572F93. Grayscale: #B9B9B9. Windows color (decimal): -5713812 or 7131304. OLE color: 7131304.

HSL color Cylindrical-coordinate representation of color #A8D06C: hue angle of 84º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8D06C is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB168208108-
CMYK0.1900.480.18
HSL84º51.55%61.96%-
HSV(B)84º48.08%81.57%-
XYZ41.4154.5222.53-
YUV184.6484.75116.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 208 (81.64% from 255) = 42.98%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=34.71%
G=42.98%
B=22.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682081080.1900.480.188451.5561.96
HexA8D06C130301254343e
Octal25032015423060221246476
Binary10101000110100001101100100110110000100101010100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D06C; }

 p { color: rgb(168,208,108); }

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

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

 a { background-color: rgb(168,208,108); }

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

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

 span { border-color: rgb(168,208,108); }

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