Shades of Atlantis #A1D03D
Tints of Atlantis #A1D03D
RGB
CMYK
RGB Variations
Color information
#A1D03D (or 0xA1D03D) is known color: Atlantis. HEX triplet: A1, D0 and 3D. RGB value is (161,208,61). Sum of RGB (Red+Green+Blue) = 161+208+61=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D03D is #5E2FC2. Grayscale: #B1B1B1. Windows color (decimal): -6172611 or 4051105. OLE color: 4051105.
HSL color Cylindrical-coordinate representation of color #A1D03D: hue angle of 79.18º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1D03D is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 61 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.18 |
| HSL | 79.18º | 0.61% | 0.53% | - |
| HSV(B) | 79.18º | 0.71% | 0.82% | - |
| XYZ | 38.1 | 53.03 | 12.64 | - |
| YUV | 177.19 | 62.43 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 61 | 0.23 | 0 | 0.71 | 0.18 | 79.18 | 0.61 | 0.53 |
| Hex | A1 | D0 | 3D | 17 | 0 | 47 | 12 | 4F | 3D | 35 |
| Octal | 241 | 320 | 75 | 27 | 0 | 107 | 22 | 117 | 75 | 65 |
| Binary | 10100001 | 11010000 | 111101 | 10111 | 0 | 1000111 | 10010 | 1001111 | 111101 | 110101 |
Color Harmonies of #A1D03D
Complementary color
Monochromatic Colors of #A1D03D
Black with #A1D03D
Text Example
Text Example
White with #A1D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D03D; }
p { color: rgb(161,208,61); }
H1.HeaderClassName
{
color: #A1D03D;
}
.AnyTagClassName
{
color: #A1D03D;
}
</style>
background-color css
<style>
a { background-color: #A1D03D; }
a { background-color: rgb(161,208,61); }
div.DivClassName
{
background-color: #A1D03D;
}
.BgClassName
{
background-color: #A1D03D;
}
</style>
border-color css
<style>
span { border-color: #A1D03D; }
span { border-color: rgb(161,208,61); }
td.TdClassName
{
border-color: #A1D03D;
}
.TagClassName
{
border-color: #A1D03D;
}
</style>