#A1CE3E

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

Shades of Atlantis #A1CE3E

Tints of Atlantis #A1CE3E

Color information

#A1CE3E (or 0xA1CE3E) is unknown color: approx Atlantis. HEX triplet: A1, CE and 3E. RGB value is (161,206,62). Sum of RGB (Red+Green+Blue) = 161+206+62=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CE3E is #5E31C1. Grayscale: #B0B0B0. Windows color (decimal): -6173122 or 4116129. OLE color: 4116129.

HSL color Cylindrical-coordinate representation of color #A1CE3E: hue angle of 78.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1CE3E is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB16120662-
CMYK0.2200.700.19
HSL78.75º59.5%52.55%-
HSV(B)78.75º69.9%80.78%-
XYZ37.6452.0712.62-
YUV176.1363.59117.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 206 (80.86% from 255) = 48.02%
BLUE value IS 62 (24.61% from 255) = 14.45%
R=37.53%
G=48.02%
B=14.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161206620.2200.700.1978.7559.552.55
HexA1CE3E16046134f3c35
Octal24131676260106231177465
Binary10100001110011101111101011001000110100111001111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CE3E; }

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

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

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

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

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

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

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

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