#A1CA70

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

Shades of Olivine #A1CA70

Tints of Olivine #A1CA70

Color information

#A1CA70 (or 0xA1CA70) is unknown color: approx Olivine. HEX triplet: A1, CA and 70. RGB value is (161,202,112). Sum of RGB (Red+Green+Blue) = 161+202+112=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA70 is #5E358F. Grayscale: #B3B3B3. Windows color (decimal): -6174096 or 7391905. OLE color: 7391905.

HSL color Cylindrical-coordinate representation of color #A1CA70: hue angle of 87.33º 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 #A1CA70 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB161202112-
CMYK0.2000.450.21
HSL87.33º45.92%61.57%-
HSV(B)87.33º44.55%79.22%-
XYZ38.7450.9923.13-
YUV179.4889.92114.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 112 (44.14% from 255) = 23.58%
R=33.89%
G=42.53%
B=23.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021120.2000.450.2187.3345.9261.57
HexA1CA701402D15572e3e
Octal24131216024055251275676
Binary10100001110010101110000101000101101101011010111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CA70; }

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

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

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

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

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

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

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

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