#A5DB45

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

Shades of Atlantis #A5DB45

Tints of Atlantis #A5DB45

Color information

#A5DB45 (or 0xA5DB45) is unknown color: approx Atlantis. HEX triplet: A5, DB and 45. RGB value is (165,219,69). Sum of RGB (Red+Green+Blue) = 165+219+69=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DB45 is #5A24BA. Grayscale: #BABABA. Windows color (decimal): -5907643 or 4578213. OLE color: 4578213.

HSL color Cylindrical-coordinate representation of color #A5DB45: hue angle of 81.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5DB45 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB16521969-
CMYK0.2500.680.14
HSL81.6º67.57%56.47%-
HSV(B)81.6º68.49%85.88%-
XYZ41.9259.0914.83-
YUV185.7562.11113.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 219 (85.94% from 255) = 48.34%
BLUE value IS 69 (27.34% from 255) = 15.23%
R=36.42%
G=48.34%
B=15.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165219690.2500.680.1481.667.5756.47
HexA5DB4519044E524438
Octal2453331053101041612210470
Binary101001011101101110001011100101000100111010100101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DB45; }

 p { color: rgb(165,219,69); }

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

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

 a { background-color: rgb(165,219,69); }

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

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

 span { border-color: rgb(165,219,69); }

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