#A1CA51

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

Shades of Atlantis #A1CA51

Tints of Atlantis #A1CA51

Color information

#A1CA51 (or 0xA1CA51) is unknown color: approx Atlantis. HEX triplet: A1, CA and 51. RGB value is (161,202,81). Sum of RGB (Red+Green+Blue) = 161+202+81=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA51 is #5E35AE. Grayscale: #B0B0B0. Windows color (decimal): -6174127 or 5360289. OLE color: 5360289.

HSL color Cylindrical-coordinate representation of color #A1CA51: hue angle of 80.33º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1CA51 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB16120281-
CMYK0.2000.600.21
HSL80.33º53.3%55.49%-
HSV(B)80.33º59.9%79.22%-
XYZ37.350.4115.55-
YUV175.9574.42117.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 81 (32.03% from 255) = 18.24%
R=36.26%
G=45.50%
B=18.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161202810.2000.600.2180.3353.355.49
HexA1CA511403C15503537
Octal24131212124074251206567
Binary10100001110010101010001101000111100101011010000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CA51; }

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

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

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

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

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

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

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

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