#A2D541

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

Shades of Atlantis #A2D541

Tints of Atlantis #A2D541

Color information

#A2D541 (or 0xA2D541) is unknown color: approx Atlantis. HEX triplet: A2, D5 and 41. RGB value is (162,213,65). Sum of RGB (Red+Green+Blue) = 162+213+65=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D541 is #5D2ABE. Grayscale: #B5B5B5. Windows color (decimal): -6105791 or 4314530. OLE color: 4314530.

HSL color Cylindrical-coordinate representation of color #A2D541: hue angle of 80.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2D541 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB16221365-
CMYK0.2400.690.16
HSL80.68º63.79%54.51%-
HSV(B)80.68º69.48%83.53%-
XYZ39.6555.6513.65-
YUV180.8862.6114.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 213 (83.59% from 255) = 48.41%
BLUE value IS 65 (25.78% from 255) = 14.77%
R=36.82%
G=48.41%
B=14.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162213650.2400.690.1680.6863.7954.51
HexA2D5411804510514037
Octal2423251013001052012110067
Binary1010001011010101100000111000010001011000010100011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D541; }

 p { color: rgb(162,213,65); }

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

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

 a { background-color: rgb(162,213,65); }

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

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

 span { border-color: rgb(162,213,65); }

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