#A1CA79

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

Shades of Olivine #A1CA79

Tints of Olivine #A1CA79

Color information

#A1CA79 (or 0xA1CA79) is unknown color: approx Olivine. HEX triplet: A1, CA and 79. RGB value is (161,202,121). Sum of RGB (Red+Green+Blue) = 161+202+121=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA79 is #5E3586. Grayscale: #B4B4B4. Windows color (decimal): -6174087 or 7981729. OLE color: 7981729.

HSL color Cylindrical-coordinate representation of color #A1CA79: hue angle of 90.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1CA79 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB161202121-
CMYK0.2000.400.21
HSL90.37º43.32%63.33%-
HSV(B)90.37º40.1%79.22%-
XYZ39.2751.225.9-
YUV180.5194.42114.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 121 (47.66% from 255) = 25%
R=33.26%
G=41.74%
B=25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021210.2000.400.2190.3743.3263.33
HexA1CA7914028155a2b3f
Octal24131217124050251325377
Binary10100001110010101111001101000101000101011011010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CA79; }

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

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

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

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

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

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

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

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