#A3C66F

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

Shades of Olivine #A3C66F

Tints of Olivine #A3C66F

Color information

#A3C66F (or 0xA3C66F) is unknown color: approx Olivine. HEX triplet: A3, C6 and 6F. RGB value is (163,198,111). Sum of RGB (Red+Green+Blue) = 163+198+111=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C66F is #5C3990. Grayscale: #B1B1B1. Windows color (decimal): -6044049 or 7325347. OLE color: 7325347.

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

Color convert

RGB163198111-
CMYK0.1800.440.22
HSL84.14º43.28%60.59%-
HSV(B)84.14º43.94%77.65%-
XYZ38.1749.3222.55-
YUV177.6290.4117.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=34.53%
G=41.95%
B=23.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631981110.1800.440.2284.1443.2860.59
HexA3C66F1202C16542b3d
Octal24330615722054261245375
Binary10100011110001101101111100100101100101101010100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C66F; }

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

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

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

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

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

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

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

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