#A0D063

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

Shades of Olivine #A0D063

Tints of Olivine #A0D063

Color information

#A0D063 (or 0xA0D063) is unknown color: approx Olivine. HEX triplet: A0, D0 and 63. RGB value is (160,208,99). Sum of RGB (Red+Green+Blue) = 160+208+99=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D063 is #5F2F9C. Grayscale: #B5B5B5. Windows color (decimal): -6238109 or 6541472. OLE color: 6541472.

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

Color convert

RGB16020899-
CMYK0.2300.520.18
HSL86.42º53.69%60.2%-
HSV(B)86.42º52.4%81.57%-
XYZ39.3153.4920.06-
YUV181.2281.6112.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=34.26%
G=44.54%
B=21.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160208990.2300.520.1886.4253.6960.2
HexA0D063170341256363c
Octal24032014327064221266674
Binary10100000110100001100011101110110100100101010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D063; }

 p { color: rgb(160,208,99); }

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

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

 a { background-color: rgb(160,208,99); }

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

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

 span { border-color: rgb(160,208,99); }

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