Shades of Atlantis #A1D03C
Tints of Atlantis #A1D03C
RGB
CMYK
RGB Variations
Color information
#A1D03C (or 0xA1D03C) is known color: Atlantis. HEX triplet: A1, D0 and 3C. RGB value is (161,208,60). Sum of RGB (Red+Green+Blue) = 161+208+60=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D03C is #5E2FC3. Grayscale: #B1B1B1. Windows color (decimal): -6172612 or 3985569. OLE color: 3985569.
HSL color Cylindrical-coordinate representation of color #A1D03C: hue angle of 79.05º 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 #A1D03C is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 60 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.18 |
| HSL | 79.05º | 0.61% | 0.53% | - |
| HSV(B) | 79.05º | 0.71% | 0.82% | - |
| XYZ | 38.07 | 53.02 | 12.5 | - |
| YUV | 177.08 | 61.93 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 60 | 0.23 | 0 | 0.71 | 0.18 | 79.05 | 0.61 | 0.53 |
| Hex | A1 | D0 | 3C | 17 | 0 | 47 | 12 | 4F | 3D | 35 |
| Octal | 241 | 320 | 74 | 27 | 0 | 107 | 22 | 117 | 75 | 65 |
| Binary | 10100001 | 11010000 | 111100 | 10111 | 0 | 1000111 | 10010 | 1001111 | 111101 | 110101 |
Color Harmonies of #A1D03C
Complementary color
Monochromatic Colors of #A1D03C
Black with #A1D03C
Text Example
Text Example
White with #A1D03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D03C; }
p { color: rgb(161,208,60); }
H1.HeaderClassName
{
color: #A1D03C;
}
.AnyTagClassName
{
color: #A1D03C;
}
</style>
background-color css
<style>
a { background-color: #A1D03C; }
a { background-color: rgb(161,208,60); }
div.DivClassName
{
background-color: #A1D03C;
}
.BgClassName
{
background-color: #A1D03C;
}
</style>
border-color css
<style>
span { border-color: #A1D03C; }
span { border-color: rgb(161,208,60); }
td.TdClassName
{
border-color: #A1D03C;
}
.TagClassName
{
border-color: #A1D03C;
}
</style>