#A1CA64

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

Shades of Olivine #A1CA64

Tints of Olivine #A1CA64

Color information

#A1CA64 (or 0xA1CA64) is unknown color: approx Olivine. HEX triplet: A1, CA and 64. RGB value is (161,202,100). Sum of RGB (Red+Green+Blue) = 161+202+100=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA64 is #5E359B. Grayscale: #B2B2B2. Windows color (decimal): -6174108 or 6605473. OLE color: 6605473.

HSL color Cylindrical-coordinate representation of color #A1CA64: hue angle of 84.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1CA64 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB161202100-
CMYK0.2000.500.21
HSL84.12º49.04%59.22%-
HSV(B)84.12º50.5%79.22%-
XYZ38.1250.7419.84-
YUV178.1183.92115.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=34.77%
G=43.63%
B=21.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021000.2000.500.2184.1249.0459.22
HexA1CA64140321554313b
Octal24131214424062251246173
Binary10100001110010101100100101000110010101011010100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CA64; }

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

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

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

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

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

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

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

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