#A6D06D

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

Shades of Olivine #A6D06D

Tints of Olivine #A6D06D

Color information

#A6D06D (or 0xA6D06D) is unknown color: approx Olivine. HEX triplet: A6, D0 and 6D. RGB value is (166,208,109). Sum of RGB (Red+Green+Blue) = 166+208+109=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D06D is #592F92. Grayscale: #B8B8B8. Windows color (decimal): -5844883 or 7196838. OLE color: 7196838.

HSL color Cylindrical-coordinate representation of color #A6D06D: hue angle of 85.45º degrees, saturation: 0.51, 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 #A6D06D is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB166208109-
CMYK0.2000.480.18
HSL85.45º51.3%62.16%-
HSV(B)85.45º47.6%81.57%-
XYZ41.0454.3222.79-
YUV184.1685.59115.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 208 (81.64% from 255) = 43.06%
BLUE value IS 109 (42.97% from 255) = 22.57%
R=34.37%
G=43.06%
B=22.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662081090.2000.480.1885.4551.362.16
HexA6D06D140301255333e
Octal24632015524060221256376
Binary10100110110100001101101101000110000100101010101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D06D; }

 p { color: rgb(166,208,109); }

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

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

 a { background-color: rgb(166,208,109); }

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

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

 span { border-color: rgb(166,208,109); }

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