Shades of Atlantis #A5DA3C
Tints of Atlantis #A5DA3C
RGB
CMYK
RGB Variations
Color information
#A5DA3C (or 0xA5DA3C) is known color: Atlantis. HEX triplet: A5, DA and 3C. RGB value is (165,218,60). Sum of RGB (Red+Green+Blue) = 165+218+60=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DA3C is #5A25C3. Grayscale: #B8B8B8. Windows color (decimal): -5907908 or 3988133. OLE color: 3988133.
HSL color Cylindrical-coordinate representation of color #A5DA3C: hue angle of 80.13º 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 #A5DA3C is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 60 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.15 |
| HSL | 80.13º | 0.68% | 0.55% | - |
| HSV(B) | 80.13º | 0.72% | 0.85% | - |
| XYZ | 41.4 | 58.47 | 13.38 | - |
| YUV | 184.14 | 57.94 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 60 | 0.24 | 0 | 0.72 | 0.15 | 80.13 | 0.68 | 0.55 |
| Hex | A5 | DA | 3C | 18 | 0 | 48 | F | 50 | 44 | 37 |
| Octal | 245 | 332 | 74 | 30 | 0 | 110 | 17 | 120 | 104 | 67 |
| Binary | 10100101 | 11011010 | 111100 | 11000 | 0 | 1001000 | 1111 | 1010000 | 1000100 | 110111 |
Color Harmonies of #A5DA3C
Complementary color
Monochromatic Colors of #A5DA3C
Black with #A5DA3C
Text Example
Text Example
White with #A5DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DA3C; }
p { color: rgb(165,218,60); }
H1.HeaderClassName
{
color: #A5DA3C;
}
.AnyTagClassName
{
color: #A5DA3C;
}
</style>
background-color css
<style>
a { background-color: #A5DA3C; }
a { background-color: rgb(165,218,60); }
div.DivClassName
{
background-color: #A5DA3C;
}
.BgClassName
{
background-color: #A5DA3C;
}
</style>
border-color css
<style>
span { border-color: #A5DA3C; }
span { border-color: rgb(165,218,60); }
td.TdClassName
{
border-color: #A5DA3C;
}
.TagClassName
{
border-color: #A5DA3C;
}
</style>