#A0D150

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

Shades of Atlantis #A0D150

Tints of Atlantis #A0D150

Color information

#A0D150 (or 0xA0D150) is unknown color: approx Atlantis. HEX triplet: A0, D1 and 50. RGB value is (160,209,80). Sum of RGB (Red+Green+Blue) = 160+209+80=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D150 is #5F2EAF. Grayscale: #B4B4B4. Windows color (decimal): -6237872 or 5296544. OLE color: 5296544.

HSL color Cylindrical-coordinate representation of color #A0D150: hue angle of 82.79º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0D150 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB16020980-
CMYK0.2300.620.18
HSL82.79º58.37%56.67%-
HSV(B)82.79º61.72%81.96%-
XYZ38.7553.6515.9-
YUV179.6471.77113.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 209 (82.03% from 255) = 46.55%
BLUE value IS 80 (31.64% from 255) = 17.82%
R=35.63%
G=46.55%
B=17.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160209800.2300.620.1882.7958.3756.67
HexA0D1501703E12533a39
Octal24032112027076221237271
Binary10100000110100011010000101110111110100101010011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D150; }

 p { color: rgb(160,209,80); }

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

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

 a { background-color: rgb(160,209,80); }

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

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

 span { border-color: rgb(160,209,80); }

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