Shades of Atlantis #A0D03B
Tints of Atlantis #A0D03B
RGB
CMYK
RGB Variations
Color information
#A0D03B (or 0xA0D03B) is known color: Atlantis. HEX triplet: A0, D0 and 3B. RGB value is (160,208,59). Sum of RGB (Red+Green+Blue) = 160+208+59=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D03B is #5F2FC4. Grayscale: #B1B1B1. Windows color (decimal): -6238149 or 3920032. OLE color: 3920032.
HSL color Cylindrical-coordinate representation of color #A0D03B: hue angle of 79.33º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0D03B is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 59 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.18 |
| HSL | 79.33º | 0.61% | 0.52% | - |
| HSV(B) | 79.33º | 0.72% | 0.82% | - |
| XYZ | 37.84 | 52.9 | 12.35 | - |
| YUV | 176.66 | 61.6 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 59 | 0.23 | 0 | 0.72 | 0.18 | 79.33 | 0.61 | 0.52 |
| Hex | A0 | D0 | 3B | 17 | 0 | 48 | 12 | 4F | 3D | 34 |
| Octal | 240 | 320 | 73 | 27 | 0 | 110 | 22 | 117 | 75 | 64 |
| Binary | 10100000 | 11010000 | 111011 | 10111 | 0 | 1001000 | 10010 | 1001111 | 111101 | 110100 |
Color Harmonies of #A0D03B
Complementary color
Monochromatic Colors of #A0D03B
Black with #A0D03B
Text Example
Text Example
White with #A0D03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D03B; }
p { color: rgb(160,208,59); }
H1.HeaderClassName
{
color: #A0D03B;
}
.AnyTagClassName
{
color: #A0D03B;
}
</style>
background-color css
<style>
a { background-color: #A0D03B; }
a { background-color: rgb(160,208,59); }
div.DivClassName
{
background-color: #A0D03B;
}
.BgClassName
{
background-color: #A0D03B;
}
</style>
border-color css
<style>
span { border-color: #A0D03B; }
span { border-color: rgb(160,208,59); }
td.TdClassName
{
border-color: #A0D03B;
}
.TagClassName
{
border-color: #A0D03B;
}
</style>