Shades of Atlantis #A5DB3D
Tints of Atlantis #A5DB3D
RGB
CMYK
RGB Variations
Color information
#A5DB3D (or 0xA5DB3D) is known color: Atlantis. HEX triplet: A5, DB and 3D. RGB value is (165,219,61). Sum of RGB (Red+Green+Blue) = 165+219+61=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DB3D is #5A24C2. Grayscale: #B9B9B9. Windows color (decimal): -5907651 or 4053925. OLE color: 4053925.
HSL color Cylindrical-coordinate representation of color #A5DB3D: hue angle of 80.51º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5DB3D is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 61 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.14 |
| HSL | 80.51º | 0.69% | 0.55% | - |
| HSV(B) | 80.51º | 0.72% | 0.86% | - |
| XYZ | 41.69 | 59 | 13.61 | - |
| YUV | 184.84 | 58.11 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 61 | 0.25 | 0 | 0.72 | 0.14 | 80.51 | 0.69 | 0.55 |
| Hex | A5 | DB | 3D | 19 | 0 | 48 | E | 51 | 45 | 37 |
| Octal | 245 | 333 | 75 | 31 | 0 | 110 | 16 | 121 | 105 | 67 |
| Binary | 10100101 | 11011011 | 111101 | 11001 | 0 | 1001000 | 1110 | 1010001 | 1000101 | 110111 |
Color Harmonies of #A5DB3D
Complementary color
Monochromatic Colors of #A5DB3D
Black with #A5DB3D
Text Example
Text Example
White with #A5DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB3D; }
p { color: rgb(165,219,61); }
H1.HeaderClassName
{
color: #A5DB3D;
}
.AnyTagClassName
{
color: #A5DB3D;
}
</style>
background-color css
<style>
a { background-color: #A5DB3D; }
a { background-color: rgb(165,219,61); }
div.DivClassName
{
background-color: #A5DB3D;
}
.BgClassName
{
background-color: #A5DB3D;
}
</style>
border-color css
<style>
span { border-color: #A5DB3D; }
span { border-color: rgb(165,219,61); }
td.TdClassName
{
border-color: #A5DB3D;
}
.TagClassName
{
border-color: #A5DB3D;
}
</style>