#A3CA70

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

Shades of Olivine #A3CA70

Tints of Olivine #A3CA70

Color information

#A3CA70 (or 0xA3CA70) is unknown color: approx Olivine. HEX triplet: A3, CA and 70. RGB value is (163,202,112). Sum of RGB (Red+Green+Blue) = 163+202+112=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA70 is #5C358F. Grayscale: #B4B4B4. Windows color (decimal): -6043024 or 7391907. OLE color: 7391907.

HSL color Cylindrical-coordinate representation of color #A3CA70: hue angle of 86º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3CA70 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB163202112-
CMYK0.1900.450.21
HSL86º45.92%61.57%-
HSV(B)86º44.55%79.22%-
XYZ39.1551.223.15-
YUV180.0889.58115.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=34.17%
G=42.35%
B=23.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021120.1900.450.218645.9261.57
HexA3CA701302D15562e3e
Octal24331216023055251265676
Binary10100011110010101110000100110101101101011010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CA70; }

 p { color: rgb(163,202,112); }

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

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

 a { background-color: rgb(163,202,112); }

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

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

 span { border-color: rgb(163,202,112); }

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