Shades of Atlantis #A1D03F
Tints of Atlantis #A1D03F
RGB
CMYK
RGB Variations
Color information
#A1D03F (or 0xA1D03F) is known color: Atlantis. HEX triplet: A1, D0 and 3F. RGB value is (161,208,63). Sum of RGB (Red+Green+Blue) = 161+208+63=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D03F is #5E2FC0. Grayscale: #B1B1B1. Windows color (decimal): -6172609 or 4182177. OLE color: 4182177.
HSL color Cylindrical-coordinate representation of color #A1D03F: hue angle of 79.45º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1D03F is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 63 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.18 |
| HSL | 79.45º | 0.61% | 0.53% | - |
| HSV(B) | 79.45º | 0.7% | 0.82% | - |
| XYZ | 38.15 | 53.05 | 12.93 | - |
| YUV | 177.42 | 63.43 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 63 | 0.23 | 0 | 0.70 | 0.18 | 79.45 | 0.61 | 0.53 |
| Hex | A1 | D0 | 3F | 17 | 0 | 46 | 12 | 4F | 3D | 35 |
| Octal | 241 | 320 | 77 | 27 | 0 | 106 | 22 | 117 | 75 | 65 |
| Binary | 10100001 | 11010000 | 111111 | 10111 | 0 | 1000110 | 10010 | 1001111 | 111101 | 110101 |
Color Harmonies of #A1D03F
Complementary color
Monochromatic Colors of #A1D03F
Black with #A1D03F
Text Example
Text Example
White with #A1D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D03F; }
p { color: rgb(161,208,63); }
H1.HeaderClassName
{
color: #A1D03F;
}
.AnyTagClassName
{
color: #A1D03F;
}
</style>
background-color css
<style>
a { background-color: #A1D03F; }
a { background-color: rgb(161,208,63); }
div.DivClassName
{
background-color: #A1D03F;
}
.BgClassName
{
background-color: #A1D03F;
}
</style>
border-color css
<style>
span { border-color: #A1D03F; }
span { border-color: rgb(161,208,63); }
td.TdClassName
{
border-color: #A1D03F;
}
.TagClassName
{
border-color: #A1D03F;
}
</style>