Shades of Atlantis #ADD03B
Tints of Atlantis #ADD03B
RGB
CMYK
RGB Variations
Color information
#ADD03B (or 0xADD03B) is known color: Atlantis. HEX triplet: AD, D0 and 3B. RGB value is (173,208,59). Sum of RGB (Red+Green+Blue) = 173+208+59=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD03B is #522FC4. Grayscale: #B5B5B5. Windows color (decimal): -5386181 or 3920045. OLE color: 3920045.
HSL color Cylindrical-coordinate representation of color #ADD03B: hue angle of 74.09º 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 #ADD03B is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 59 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.18 |
| HSL | 74.09º | 0.61% | 0.52% | - |
| HSV(B) | 74.09º | 0.72% | 0.82% | - |
| XYZ | 40.58 | 54.31 | 12.48 | - |
| YUV | 180.55 | 59.4 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 59 | 0.17 | 0 | 0.72 | 0.18 | 74.09 | 0.61 | 0.52 |
| Hex | AD | D0 | 3B | 11 | 0 | 48 | 12 | 4A | 3D | 34 |
| Octal | 255 | 320 | 73 | 21 | 0 | 110 | 22 | 112 | 75 | 64 |
| Binary | 10101101 | 11010000 | 111011 | 10001 | 0 | 1001000 | 10010 | 1001010 | 111101 | 110100 |
Color Harmonies of #ADD03B
Complementary color
Monochromatic Colors of #ADD03B
Black with #ADD03B
Text Example
Text Example
White with #ADD03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD03B; }
p { color: rgb(173,208,59); }
H1.HeaderClassName
{
color: #ADD03B;
}
.AnyTagClassName
{
color: #ADD03B;
}
</style>
background-color css
<style>
a { background-color: #ADD03B; }
a { background-color: rgb(173,208,59); }
div.DivClassName
{
background-color: #ADD03B;
}
.BgClassName
{
background-color: #ADD03B;
}
</style>
border-color css
<style>
span { border-color: #ADD03B; }
span { border-color: rgb(173,208,59); }
td.TdClassName
{
border-color: #ADD03B;
}
.TagClassName
{
border-color: #ADD03B;
}
</style>