#A1CE4D

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

Shades of Atlantis #A1CE4D

Tints of Atlantis #A1CE4D

Color information

#A1CE4D (or 0xA1CE4D) is unknown color: approx Atlantis. HEX triplet: A1, CE and 4D. RGB value is (161,206,77). Sum of RGB (Red+Green+Blue) = 161+206+77=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CE4D is #5E31B2. Grayscale: #B2B2B2. Windows color (decimal): -6173107 or 5099169. OLE color: 5099169.

HSL color Cylindrical-coordinate representation of color #A1CE4D: hue angle of 80.93º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1CE4D is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB16120677-
CMYK0.2200.630.19
HSL80.93º56.83%55.49%-
HSV(B)80.93º62.62%80.78%-
XYZ38.1152.2615.1-
YUV177.8471.09115.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 206 (80.86% from 255) = 46.40%
BLUE value IS 77 (30.47% from 255) = 17.34%
R=36.26%
G=46.40%
B=17.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161206770.2200.630.1980.9356.8355.49
HexA1CE4D1603F13513937
Octal24131611526077231217167
Binary10100001110011101001101101100111111100111010001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CE4D; }

 p { color: rgb(161,206,77); }

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

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

 a { background-color: rgb(161,206,77); }

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

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

 span { border-color: rgb(161,206,77); }

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