Shades of Atlantis #ADDC30
Tints of Atlantis #ADDC30
RGB
CMYK
RGB Variations
Color information
#ADDC30 (or 0xADDC30) is known color: Atlantis. HEX triplet: AD, DC and 30. RGB value is (173,220,48). Sum of RGB (Red+Green+Blue) = 173+220+48=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC30 is #5223CF. Grayscale: #BABABA. Windows color (decimal): -5383120 or 3202221. OLE color: 3202221.
HSL color Cylindrical-coordinate representation of color #ADDC30: hue angle of 76.4º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADDC30 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 48 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.14 |
| HSL | 76.4º | 0.71% | 0.53% | - |
| HSV(B) | 76.4º | 0.78% | 0.86% | - |
| XYZ | 43.36 | 60.28 | 12.15 | - |
| YUV | 186.34 | 49.93 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 48 | 0.21 | 0 | 0.78 | 0.14 | 76.4 | 0.71 | 0.53 |
| Hex | AD | DC | 30 | 15 | 0 | 4E | E | 4C | 47 | 35 |
| Octal | 255 | 334 | 60 | 25 | 0 | 116 | 16 | 114 | 107 | 65 |
| Binary | 10101101 | 11011100 | 110000 | 10101 | 0 | 1001110 | 1110 | 1001100 | 1000111 | 110101 |
Color Harmonies of #ADDC30
Complementary color
Monochromatic Colors of #ADDC30
Black with #ADDC30
Text Example
Text Example
White with #ADDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC30; }
p { color: rgb(173,220,48); }
H1.HeaderClassName
{
color: #ADDC30;
}
.AnyTagClassName
{
color: #ADDC30;
}
</style>
background-color css
<style>
a { background-color: #ADDC30; }
a { background-color: rgb(173,220,48); }
div.DivClassName
{
background-color: #ADDC30;
}
.BgClassName
{
background-color: #ADDC30;
}
</style>
border-color css
<style>
span { border-color: #ADDC30; }
span { border-color: rgb(173,220,48); }
td.TdClassName
{
border-color: #ADDC30;
}
.TagClassName
{
border-color: #ADDC30;
}
</style>