Shades of Atlantis #A0D23B
Tints of Atlantis #A0D23B
RGB
CMYK
RGB Variations
Color information
#A0D23B (or 0xA0D23B) is known color: Atlantis. HEX triplet: A0, D2 and 3B. RGB value is (160,210,59). Sum of RGB (Red+Green+Blue) = 160+210+59=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D23B is #5F2DC4. Grayscale: #B2B2B2. Windows color (decimal): -6237637 or 3920544. OLE color: 3920544.
HSL color Cylindrical-coordinate representation of color #A0D23B: hue angle of 79.87º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0D23B is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 59 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.18 |
| HSL | 79.87º | 0.63% | 0.53% | - |
| HSV(B) | 79.87º | 0.72% | 0.82% | - |
| XYZ | 38.33 | 53.88 | 12.52 | - |
| YUV | 177.84 | 60.94 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 59 | 0.24 | 0 | 0.72 | 0.18 | 79.87 | 0.63 | 0.53 |
| Hex | A0 | D2 | 3B | 18 | 0 | 48 | 12 | 50 | 3F | 35 |
| Octal | 240 | 322 | 73 | 30 | 0 | 110 | 22 | 120 | 77 | 65 |
| Binary | 10100000 | 11010010 | 111011 | 11000 | 0 | 1001000 | 10010 | 1010000 | 111111 | 110101 |
Color Harmonies of #A0D23B
Complementary color
Monochromatic Colors of #A0D23B
Black with #A0D23B
Text Example
Text Example
White with #A0D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D23B; }
p { color: rgb(160,210,59); }
H1.HeaderClassName
{
color: #A0D23B;
}
.AnyTagClassName
{
color: #A0D23B;
}
</style>
background-color css
<style>
a { background-color: #A0D23B; }
a { background-color: rgb(160,210,59); }
div.DivClassName
{
background-color: #A0D23B;
}
.BgClassName
{
background-color: #A0D23B;
}
</style>
border-color css
<style>
span { border-color: #A0D23B; }
span { border-color: rgb(160,210,59); }
td.TdClassName
{
border-color: #A0D23B;
}
.TagClassName
{
border-color: #A0D23B;
}
</style>