Shades of Atlantis #ADD234
Tints of Atlantis #ADD234
RGB
CMYK
RGB Variations
Color information
#ADD234 (or 0xADD234) is known color: Atlantis. HEX triplet: AD, D2 and 34. RGB value is (173,210,52). Sum of RGB (Red+Green+Blue) = 173+210+52=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD234 is #522DCB. Grayscale: #B5B5B5. Windows color (decimal): -5385676 or 3461805. OLE color: 3461805.
HSL color Cylindrical-coordinate representation of color #ADD234: hue angle of 74.05º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADD234 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 52 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.18 |
| HSL | 74.05º | 0.64% | 0.51% | - |
| HSV(B) | 74.05º | 0.75% | 0.82% | - |
| XYZ | 40.9 | 55.23 | 11.75 | - |
| YUV | 180.93 | 55.24 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 52 | 0.18 | 0 | 0.75 | 0.18 | 74.05 | 0.64 | 0.51 |
| Hex | AD | D2 | 34 | 12 | 0 | 4B | 12 | 4A | 40 | 33 |
| Octal | 255 | 322 | 64 | 22 | 0 | 113 | 22 | 112 | 100 | 63 |
| Binary | 10101101 | 11010010 | 110100 | 10010 | 0 | 1001011 | 10010 | 1001010 | 1000000 | 110011 |
Color Harmonies of #ADD234
Complementary color
Monochromatic Colors of #ADD234
Black with #ADD234
Text Example
Text Example
White with #ADD234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD234; }
p { color: rgb(173,210,52); }
H1.HeaderClassName
{
color: #ADD234;
}
.AnyTagClassName
{
color: #ADD234;
}
</style>
background-color css
<style>
a { background-color: #ADD234; }
a { background-color: rgb(173,210,52); }
div.DivClassName
{
background-color: #ADD234;
}
.BgClassName
{
background-color: #ADD234;
}
</style>
border-color css
<style>
span { border-color: #ADD234; }
span { border-color: rgb(173,210,52); }
td.TdClassName
{
border-color: #ADD234;
}
.TagClassName
{
border-color: #ADD234;
}
</style>