#A4E140

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

Shades of Atlantis #A4E140

Tints of Atlantis #A4E140

Color information

#A4E140 (or 0xA4E140) is unknown color: approx Atlantis. HEX triplet: A4, E1 and 40. RGB value is (164,225,64). Sum of RGB (Red+Green+Blue) = 164+225+64=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E140 is #5B1EBF. Grayscale: #BCBCBC. Windows color (decimal): -5971648 or 4252068. OLE color: 4252068.

HSL color Cylindrical-coordinate representation of color #A4E140: hue angle of 82.73º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A4E140 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB16422564-
CMYK0.2700.720.12
HSL82.73º72.85%56.67%-
HSV(B)82.73º71.56%88.24%-
XYZ43.1662.1114.56-
YUV188.4157.79110.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 225 (88.28% from 255) = 49.67%
BLUE value IS 64 (25.39% from 255) = 14.13%
R=36.20%
G=49.67%
B=14.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164225640.2700.720.1282.7372.8556.67
HexA4E1401B048C534939
Octal2443411003301101412311171
Binary101001001110000110000001101101001000110010100111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E140; }

 p { color: rgb(164,225,64); }

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

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

 a { background-color: rgb(164,225,64); }

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

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

 span { border-color: rgb(164,225,64); }

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