Shades of Atlantis #A1D039
Tints of Atlantis #A1D039
RGB
CMYK
RGB Variations
Color information
#A1D039 (or 0xA1D039) is known color: Atlantis. HEX triplet: A1, D0 and 39. RGB value is (161,208,57). Sum of RGB (Red+Green+Blue) = 161+208+57=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D039 is #5E2FC6. Grayscale: #B1B1B1. Windows color (decimal): -6172615 or 3788961. OLE color: 3788961.
HSL color Cylindrical-coordinate representation of color #A1D039: hue angle of 78.68º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1D039 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 57 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.18 |
| HSL | 78.68º | 0.62% | 0.52% | - |
| HSV(B) | 78.68º | 0.73% | 0.82% | - |
| XYZ | 37.99 | 52.98 | 12.1 | - |
| YUV | 176.73 | 60.43 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 57 | 0.23 | 0 | 0.73 | 0.18 | 78.68 | 0.62 | 0.52 |
| Hex | A1 | D0 | 39 | 17 | 0 | 49 | 12 | 4F | 3E | 34 |
| Octal | 241 | 320 | 71 | 27 | 0 | 111 | 22 | 117 | 76 | 64 |
| Binary | 10100001 | 11010000 | 111001 | 10111 | 0 | 1001001 | 10010 | 1001111 | 111110 | 110100 |
Color Harmonies of #A1D039
Complementary color
Monochromatic Colors of #A1D039
Black with #A1D039
Text Example
Text Example
White with #A1D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D039; }
p { color: rgb(161,208,57); }
H1.HeaderClassName
{
color: #A1D039;
}
.AnyTagClassName
{
color: #A1D039;
}
</style>
background-color css
<style>
a { background-color: #A1D039; }
a { background-color: rgb(161,208,57); }
div.DivClassName
{
background-color: #A1D039;
}
.BgClassName
{
background-color: #A1D039;
}
</style>
border-color css
<style>
span { border-color: #A1D039; }
span { border-color: rgb(161,208,57); }
td.TdClassName
{
border-color: #A1D039;
}
.TagClassName
{
border-color: #A1D039;
}
</style>