#A1C851

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

Shades of Atlantis #A1C851

Tints of Atlantis #A1C851

Color information

#A1C851 (or 0xA1C851) is unknown color: approx Atlantis. HEX triplet: A1, C8 and 51. RGB value is (161,200,81). Sum of RGB (Red+Green+Blue) = 161+200+81=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C851 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C851 is #5E37AE. Grayscale: #AFAFAF. Windows color (decimal): -6174639 or 5359777. OLE color: 5359777.

HSL color Cylindrical-coordinate representation of color #A1C851: hue angle of 79.66º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1C851 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB16120081-
CMYK0.1900.590.22
HSL79.66º51.97%55.1%-
HSV(B)79.66º59.5%78.43%-
XYZ36.8449.4815.39-
YUV174.7775.08118.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.43%
GREEN value IS 200 (78.52% from 255) = 45.25%
BLUE value IS 81 (32.03% from 255) = 18.33%
R=36.43%
G=45.25%
B=18.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161200810.1900.590.2279.6651.9755.1
HexA1C8511303B16503437
Octal24131012123073261206467
Binary10100001110010001010001100110111011101101010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C851; }

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

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

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

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

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

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

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

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