#A2D635

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

Shades of Atlantis #A2D635

Tints of Atlantis #A2D635

Color information

#A2D635 (or 0xA2D635) is unknown color: approx Atlantis. HEX triplet: A2, D6 and 35. RGB value is (162,214,53). Sum of RGB (Red+Green+Blue) = 162+214+53=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D635 is #5D29CA. Grayscale: #B4B4B4. Windows color (decimal): -6105547 or 3528354. OLE color: 3528354.

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

Color convert

RGB16221453-
CMYK0.2400.750.16
HSL79.38º66.26%52.35%-
HSV(B)79.38º75.23%83.92%-
XYZ39.5956.0312.1-
YUV180.156.27115.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 214 (83.98% from 255) = 49.88%
BLUE value IS 53 (21.09% from 255) = 12.35%
R=37.76%
G=49.88%
B=12.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162214530.2400.750.1679.3866.2652.35
HexA2D6351804B104f4234
Octal242326653001132011710264
Binary101000101101011011010111000010010111000010011111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D635; }

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

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

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

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

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

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

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

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