#A3C266

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

Shades of Olivine #A3C266

Tints of Olivine #A3C266

Color information

#A3C266 (or 0xA3C266) is unknown color: approx Olivine. HEX triplet: A3, C2 and 66. RGB value is (163,194,102). Sum of RGB (Red+Green+Blue) = 163+194+102=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C266 is #5C3D99. Grayscale: #AEAEAE. Windows color (decimal): -6045082 or 6734499. OLE color: 6734499.

HSL color Cylindrical-coordinate representation of color #A3C266: hue angle of 80.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3C266 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB163194102-
CMYK0.1600.470.24
HSL80.22º42.99%58.04%-
HSV(B)80.22º47.42%76.08%-
XYZ36.7947.3319.77-
YUV174.2487.23119.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 194 (76.17% from 255) = 42.27%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=35.51%
G=42.27%
B=22.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631941020.1600.470.2480.2242.9958.04
HexA3C2661002F18502b3a
Octal24330214620057301205372
Binary10100011110000101100110100000101111110001010000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C266; }

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

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

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

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

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

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

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

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