Shades of Atlantis #A5DF3E
Tints of Atlantis #A5DF3E
RGB
CMYK
RGB Variations
Color information
#A5DF3E (or 0xA5DF3E) is known color: Atlantis. HEX triplet: A5, DF and 3E. RGB value is (165,223,62). Sum of RGB (Red+Green+Blue) = 165+223+62=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DF3E is #5A20C1. Grayscale: #BBBBBB. Windows color (decimal): -5906626 or 4120485. OLE color: 4120485.
HSL color Cylindrical-coordinate representation of color #A5DF3E: hue angle of 81.61º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5DF3E is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 62 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.13 |
| HSL | 81.61º | 0.72% | 0.56% | - |
| HSV(B) | 81.61º | 0.72% | 0.87% | - |
| XYZ | 42.77 | 61.12 | 14.1 | - |
| YUV | 187.3 | 57.28 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 62 | 0.26 | 0 | 0.72 | 0.13 | 81.61 | 0.72 | 0.56 |
| Hex | A5 | DF | 3E | 1A | 0 | 48 | D | 52 | 48 | 38 |
| Octal | 245 | 337 | 76 | 32 | 0 | 110 | 15 | 122 | 110 | 70 |
| Binary | 10100101 | 11011111 | 111110 | 11010 | 0 | 1001000 | 1101 | 1010010 | 1001000 | 111000 |
Color Harmonies of #A5DF3E
Complementary color
Monochromatic Colors of #A5DF3E
Black with #A5DF3E
Text Example
Text Example
White with #A5DF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DF3E; }
p { color: rgb(165,223,62); }
H1.HeaderClassName
{
color: #A5DF3E;
}
.AnyTagClassName
{
color: #A5DF3E;
}
</style>
background-color css
<style>
a { background-color: #A5DF3E; }
a { background-color: rgb(165,223,62); }
div.DivClassName
{
background-color: #A5DF3E;
}
.BgClassName
{
background-color: #A5DF3E;
}
</style>
border-color css
<style>
span { border-color: #A5DF3E; }
span { border-color: rgb(165,223,62); }
td.TdClassName
{
border-color: #A5DF3E;
}
.TagClassName
{
border-color: #A5DF3E;
}
</style>