#A0E245

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

Shades of Atlantis #A0E245

Tints of Atlantis #A0E245

Color information

#A0E245 (or 0xA0E245) is unknown color: approx Atlantis. HEX triplet: A0, E2 and 45. RGB value is (160,226,69). Sum of RGB (Red+Green+Blue) = 160+226+69=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E245 is #5F1DBA. Grayscale: #BCBCBC. Windows color (decimal): -6233531 or 4580000. OLE color: 4580000.

HSL color Cylindrical-coordinate representation of color #A0E245: hue angle of 85.22º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0E245 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB16022669-
CMYK0.2900.690.11
HSL85.22º73.02%57.84%-
HSV(B)85.22º69.47%88.63%-
XYZ42.7762.315.4-
YUV188.3760.63107.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 226 (88.67% from 255) = 49.67%
BLUE value IS 69 (27.34% from 255) = 15.16%
R=35.16%
G=49.67%
B=15.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160226690.2900.690.1185.2273.0257.84
HexA0E2451D045B55493a
Octal2403421053501051312511172
Binary101000001110001010001011110101000101101110101011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E245; }

 p { color: rgb(160,226,69); }

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

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

 a { background-color: rgb(160,226,69); }

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

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

 span { border-color: rgb(160,226,69); }

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