#A3C866

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

Shades of Olivine #A3C866

Tints of Olivine #A3C866

Color information

#A3C866 (or 0xA3C866) is unknown color: approx Olivine. HEX triplet: A3, C8 and 66. RGB value is (163,200,102). Sum of RGB (Red+Green+Blue) = 163+200+102=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C866 is #5C3799. Grayscale: #B2B2B2. Windows color (decimal): -6043546 or 6736035. OLE color: 6736035.

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

Color convert

RGB163200102-
CMYK0.1800.490.22
HSL82.65º47.12%59.22%-
HSV(B)82.65º49%78.43%-
XYZ38.1650.0520.22-
YUV177.7685.24117.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 200 (78.52% from 255) = 43.01%
BLUE value IS 102 (40.23% from 255) = 21.94%
R=35.05%
G=43.01%
B=21.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1632001020.1800.490.2282.6547.1259.22
HexA3C8661203116532f3b
Octal24331014622061261235773
Binary10100011110010001100110100100110001101101010011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C866; }

 p { color: rgb(163,200,102); }

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

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

 a { background-color: rgb(163,200,102); }

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

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

 span { border-color: rgb(163,200,102); }

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