#A0D635

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

Shades of Atlantis #A0D635

Tints of Atlantis #A0D635

Color information

#A0D635 (or 0xA0D635) is unknown color: approx Atlantis. HEX triplet: A0, D6 and 35. RGB value is (160,214,53). Sum of RGB (Red+Green+Blue) = 160+214+53=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D635 is #5F29CA. Grayscale: #B4B4B4. Windows color (decimal): -6236619 or 3528352. OLE color: 3528352.

HSL color Cylindrical-coordinate representation of color #A0D635: hue angle of 80.12º 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 #A0D635 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB16021453-
CMYK0.2500.750.16
HSL80.12º66.26%52.35%-
HSV(B)80.12º75.23%83.92%-
XYZ39.1955.8212.08-
YUV179.556.61114.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 214 (83.98% from 255) = 50.12%
BLUE value IS 53 (21.09% from 255) = 12.41%
R=37.47%
G=50.12%
B=12.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160214530.2500.750.1680.1266.2652.35
HexA0D6351904B10504234
Octal240326653101132012010264
Binary101000001101011011010111001010010111000010100001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D635; }

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

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

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

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

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

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

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

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