#A3D06E

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

Shades of Olivine #A3D06E

Tints of Olivine #A3D06E

Color information

#A3D06E (or 0xA3D06E) is unknown color: approx Olivine. HEX triplet: A3, D0 and 6E. RGB value is (163,208,110). Sum of RGB (Red+Green+Blue) = 163+208+110=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D06E is #5C2F91. Grayscale: #B7B7B7. Windows color (decimal): -6041490 or 7262371. OLE color: 7262371.

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

Color convert

RGB163208110-
CMYK0.2200.470.18
HSL87.55º51.04%62.35%-
HSV(B)87.55º47.12%81.57%-
XYZ40.4754.0223.05-
YUV183.3786.59113.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=33.89%
G=43.24%
B=22.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632081100.2200.470.1887.5551.0462.35
HexA3D06E1602F1258333e
Octal24332015626057221306376
Binary10100011110100001101110101100101111100101011000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D06E; }

 p { color: rgb(163,208,110); }

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

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

 a { background-color: rgb(163,208,110); }

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

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

 span { border-color: rgb(163,208,110); }

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