#A2D935

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

Shades of Atlantis #A2D935

Tints of Atlantis #A2D935

Color information

#A2D935 (or 0xA2D935) is unknown color: approx Atlantis. HEX triplet: A2, D9 and 35. RGB value is (162,217,53). Sum of RGB (Red+Green+Blue) = 162+217+53=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D935 is #5D26CA. Grayscale: #B6B6B6. Windows color (decimal): -6104779 or 3529122. OLE color: 3529122.

HSL color Cylindrical-coordinate representation of color #A2D935: hue angle of 80.12º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2D935 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB16221753-
CMYK0.2500.760.15
HSL80.12º68.33%52.94%-
HSV(B)80.12º75.58%85.1%-
XYZ40.3657.5612.35-
YUV181.8655.28113.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 217 (85.16% from 255) = 50.23%
BLUE value IS 53 (21.09% from 255) = 12.27%
R=37.5%
G=50.23%
B=12.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162217530.2500.760.1580.1268.3352.94
HexA2D9351904CF504435
Octal242331653101141712010465
Binary10100010110110011101011100101001100111110100001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D935; }

 p { color: rgb(162,217,53); }

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

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

 a { background-color: rgb(162,217,53); }

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

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

 span { border-color: rgb(162,217,53); }

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