Shades of Atlantis #ADD038
Tints of Atlantis #ADD038
RGB
CMYK
RGB Variations
Color information
#ADD038 (or 0xADD038) is known color: Atlantis. HEX triplet: AD, D0 and 38. RGB value is (173,208,56). Sum of RGB (Red+Green+Blue) = 173+208+56=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD038 is #522FC7. Grayscale: #B4B4B4. Windows color (decimal): -5386184 or 3723437. OLE color: 3723437.
HSL color Cylindrical-coordinate representation of color #ADD038: hue angle of 73.82º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADD038 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 56 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.18 |
| HSL | 73.82º | 0.62% | 0.52% | - |
| HSV(B) | 73.82º | 0.73% | 0.82% | - |
| XYZ | 40.5 | 54.28 | 12.08 | - |
| YUV | 180.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 56 | 0.17 | 0 | 0.73 | 0.18 | 73.82 | 0.62 | 0.52 |
| Hex | AD | D0 | 38 | 11 | 0 | 49 | 12 | 4A | 3E | 34 |
| Octal | 255 | 320 | 70 | 21 | 0 | 111 | 22 | 112 | 76 | 64 |
| Binary | 10101101 | 11010000 | 111000 | 10001 | 0 | 1001001 | 10010 | 1001010 | 111110 | 110100 |
Color Harmonies of #ADD038
Complementary color
Monochromatic Colors of #ADD038
Black with #ADD038
Text Example
Text Example
White with #ADD038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD038; }
p { color: rgb(173,208,56); }
H1.HeaderClassName
{
color: #ADD038;
}
.AnyTagClassName
{
color: #ADD038;
}
</style>
background-color css
<style>
a { background-color: #ADD038; }
a { background-color: rgb(173,208,56); }
div.DivClassName
{
background-color: #ADD038;
}
.BgClassName
{
background-color: #ADD038;
}
</style>
border-color css
<style>
span { border-color: #ADD038; }
span { border-color: rgb(173,208,56); }
td.TdClassName
{
border-color: #ADD038;
}
.TagClassName
{
border-color: #ADD038;
}
</style>