#a3c660

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

Shades of Olivine #A3C660

Tints of Olivine #A3C660

Color information

#A3C660 (or 0xA3C660) is unknown color: approx Olivine. HEX triplet: A3, C6 and 60. RGB value is (163,198,96). Sum of RGB (Red+Green+Blue) = 163+198+96=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C660 is #5C399F. Grayscale: #B0B0B0. Windows color (decimal): -6044064 or 6342307. OLE color: 6342307.

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

Color convert

RGB16319896-
CMYK0.1800.520.22
HSL80.59º47.22%57.65%-
HSV(B)80.59º51.52%77.65%-
XYZ37.4149.0218.56-
YUV175.9182.9118.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 198 (77.73% from 255) = 43.33%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=35.67%
G=43.33%
B=21.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163198960.1800.520.2280.5947.2257.65
HexA3C6601203416512f3a
Octal24330614022064261215772
Binary10100011110001101100000100100110100101101010001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3c660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3c660; }

 p { color: rgb(163,198,96); }

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

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

 a { background-color: rgb(163,198,96); }

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

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

 span { border-color: rgb(163,198,96); }

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