#A3C868

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

Shades of Olivine #A3C868

Tints of Olivine #A3C868

Color information

#A3C868 (or 0xA3C868) is unknown color: approx Olivine. HEX triplet: A3, C8 and 68. RGB value is (163,200,104). Sum of RGB (Red+Green+Blue) = 163+200+104=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C868 is #5C3797. Grayscale: #B2B2B2. Windows color (decimal): -6043544 or 6867107. OLE color: 6867107.

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

Color convert

RGB163200104-
CMYK0.1800.480.22
HSL83.12º46.6%59.61%-
HSV(B)83.12º48%78.43%-
XYZ38.2650.0920.75-
YUV177.9986.24117.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=34.90%
G=42.83%
B=22.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1632001040.1800.480.2283.1246.659.61
HexA3C8681203016532f3c
Octal24331015022060261235774
Binary10100011110010001101000100100110000101101010011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C868; }

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

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

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

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

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

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

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

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