#A0DF38

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

Shades of Atlantis #A0DF38

Tints of Atlantis #A0DF38

Color information

#A0DF38 (or 0xA0DF38) is unknown color: approx Atlantis. HEX triplet: A0, DF and 38. RGB value is (160,223,56). Sum of RGB (Red+Green+Blue) = 160+223+56=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DF38 is #5F20C7. Grayscale: #B9B9B9. Windows color (decimal): -6234312 or 3727264. OLE color: 3727264.

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

Color convert

RGB16022356-
CMYK0.2800.750.13
HSL82.63º72.29%54.71%-
HSV(B)82.63º74.89%87.45%-
XYZ41.660.5313.23-
YUV185.1255.13110.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 223 (87.5% from 255) = 50.80%
BLUE value IS 56 (22.27% from 255) = 12.76%
R=36.45%
G=50.80%
B=12.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160223560.2800.750.1382.6372.2954.71
HexA0DF381C04BD534837
Octal240337703401131512311067
Binary10100000110111111110001110001001011110110100111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DF38; }

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

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

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

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

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

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

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

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