Shades of Atlantis #A5DF3C
Tints of Atlantis #A5DF3C
RGB
CMYK
RGB Variations
Color information
#A5DF3C (or 0xA5DF3C) is known color: Atlantis. HEX triplet: A5, DF and 3C. RGB value is (165,223,60). Sum of RGB (Red+Green+Blue) = 165+223+60=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DF3C is #5A20C3. Grayscale: #BBBBBB. Windows color (decimal): -5906628 or 3989413. OLE color: 3989413.
HSL color Cylindrical-coordinate representation of color #A5DF3C: hue angle of 81.35º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5DF3C is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 60 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.13 |
| HSL | 81.35º | 0.72% | 0.55% | - |
| HSV(B) | 81.35º | 0.73% | 0.87% | - |
| XYZ | 42.72 | 61.1 | 13.82 | - |
| YUV | 187.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 60 | 0.26 | 0 | 0.73 | 0.13 | 81.35 | 0.72 | 0.55 |
| Hex | A5 | DF | 3C | 1A | 0 | 49 | D | 51 | 48 | 37 |
| Octal | 245 | 337 | 74 | 32 | 0 | 111 | 15 | 121 | 110 | 67 |
| Binary | 10100101 | 11011111 | 111100 | 11010 | 0 | 1001001 | 1101 | 1010001 | 1001000 | 110111 |
Color Harmonies of #A5DF3C
Complementary color
Monochromatic Colors of #A5DF3C
Black with #A5DF3C
Text Example
Text Example
White with #A5DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DF3C; }
p { color: rgb(165,223,60); }
H1.HeaderClassName
{
color: #A5DF3C;
}
.AnyTagClassName
{
color: #A5DF3C;
}
</style>
background-color css
<style>
a { background-color: #A5DF3C; }
a { background-color: rgb(165,223,60); }
div.DivClassName
{
background-color: #A5DF3C;
}
.BgClassName
{
background-color: #A5DF3C;
}
</style>
border-color css
<style>
span { border-color: #A5DF3C; }
span { border-color: rgb(165,223,60); }
td.TdClassName
{
border-color: #A5DF3C;
}
.TagClassName
{
border-color: #A5DF3C;
}
</style>