Shades of Atlantis #A5DA3E
Tints of Atlantis #A5DA3E
RGB
CMYK
RGB Variations
Color information
#A5DA3E (or 0xA5DA3E) is known color: Atlantis. HEX triplet: A5, DA and 3E. RGB value is (165,218,62). Sum of RGB (Red+Green+Blue) = 165+218+62=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DA3E is #5A25C1. Grayscale: #B8B8B8. Windows color (decimal): -5907906 or 4119205. OLE color: 4119205.
HSL color Cylindrical-coordinate representation of color #A5DA3E: hue angle of 80.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5DA3E is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 62 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.15 |
| HSL | 80.38º | 0.68% | 0.55% | - |
| HSV(B) | 80.38º | 0.72% | 0.85% | - |
| XYZ | 41.46 | 58.49 | 13.66 | - |
| YUV | 184.37 | 58.94 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 62 | 0.24 | 0 | 0.72 | 0.15 | 80.38 | 0.68 | 0.55 |
| Hex | A5 | DA | 3E | 18 | 0 | 48 | F | 50 | 44 | 37 |
| Octal | 245 | 332 | 76 | 30 | 0 | 110 | 17 | 120 | 104 | 67 |
| Binary | 10100101 | 11011010 | 111110 | 11000 | 0 | 1001000 | 1111 | 1010000 | 1000100 | 110111 |
Color Harmonies of #A5DA3E
Complementary color
Monochromatic Colors of #A5DA3E
Black with #A5DA3E
Text Example
Text Example
White with #A5DA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DA3E; }
p { color: rgb(165,218,62); }
H1.HeaderClassName
{
color: #A5DA3E;
}
.AnyTagClassName
{
color: #A5DA3E;
}
</style>
background-color css
<style>
a { background-color: #A5DA3E; }
a { background-color: rgb(165,218,62); }
div.DivClassName
{
background-color: #A5DA3E;
}
.BgClassName
{
background-color: #A5DA3E;
}
</style>
border-color css
<style>
span { border-color: #A5DA3E; }
span { border-color: rgb(165,218,62); }
td.TdClassName
{
border-color: #A5DA3E;
}
.TagClassName
{
border-color: #A5DA3E;
}
</style>