#A5DF37

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

Shades of Atlantis #A5DF37

Tints of Atlantis #A5DF37

Color information

#A5DF37 (or 0xA5DF37) is unknown color: approx Atlantis. HEX triplet: A5, DF and 37. RGB value is (165,223,55). Sum of RGB (Red+Green+Blue) = 165+223+55=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DF37 is #5A20C8. Grayscale: #BBBBBB. Windows color (decimal): -5906633 or 3661733. OLE color: 3661733.

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

Color convert

RGB16522355-
CMYK0.2600.750.13
HSL80.71º72.41%54.51%-
HSV(B)80.71º75.34%87.45%-
XYZ42.5961.0513.15-
YUV186.5153.78112.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 223 (87.5% from 255) = 50.34%
BLUE value IS 55 (21.88% from 255) = 12.42%
R=37.25%
G=50.34%
B=12.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165223550.2600.750.1380.7172.4154.51
HexA5DF371A04BD514837
Octal245337673201131512111067
Binary10100101110111111101111101001001011110110100011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DF37; }

 p { color: rgb(165,223,55); }

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

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

 a { background-color: rgb(165,223,55); }

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

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

 span { border-color: rgb(165,223,55); }

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