#a0df47

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

Shades of Atlantis #A0DF47

Tints of Atlantis #A0DF47

Color information

#A0DF47 (or 0xA0DF47) is unknown color: approx Atlantis. HEX triplet: A0, DF and 47. RGB value is (160,223,71). Sum of RGB (Red+Green+Blue) = 160+223+71=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DF47 is #5F20B8. Grayscale: #BBBBBB. Windows color (decimal): -6234297 or 4710304. OLE color: 4710304.

HSL color Cylindrical-coordinate representation of color #A0DF47: hue angle of 84.87º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0DF47 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB16022371-
CMYK0.2800.680.13
HSL84.87º70.37%57.65%-
HSV(B)84.87º68.16%87.45%-
XYZ42.0260.715.46-
YUV186.8362.63108.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 223 (87.5% from 255) = 49.12%
BLUE value IS 71 (28.12% from 255) = 15.64%
R=35.24%
G=49.12%
B=15.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160223710.2800.680.1384.8770.3757.65
HexA0DF471C044D55463a
Octal2403371073401041512510672
Binary101000001101111110001111110001000100110110101011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0df47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0df47; }

 p { color: rgb(160,223,71); }

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

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

 a { background-color: rgb(160,223,71); }

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

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

 span { border-color: rgb(160,223,71); }

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