Shades of Atlantis #ADDF30
Tints of Atlantis #ADDF30
RGB
CMYK
RGB Variations
Color information
#ADDF30 (or 0xADDF30) is known color: Atlantis. HEX triplet: AD, DF and 30. RGB value is (173,223,48). Sum of RGB (Red+Green+Blue) = 173+223+48=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF30 is #5220CF. Grayscale: #BCBCBC. Windows color (decimal): -5382352 or 3202989. OLE color: 3202989.
HSL color Cylindrical-coordinate representation of color #ADDF30: hue angle of 77.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADDF30 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 48 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.13 |
| HSL | 77.14º | 0.73% | 0.53% | - |
| HSV(B) | 77.14º | 0.78% | 0.87% | - |
| XYZ | 44.15 | 61.87 | 12.41 | - |
| YUV | 188.1 | 48.94 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 48 | 0.22 | 0 | 0.78 | 0.13 | 77.14 | 0.73 | 0.53 |
| Hex | AD | DF | 30 | 16 | 0 | 4E | D | 4D | 49 | 35 |
| Octal | 255 | 337 | 60 | 26 | 0 | 116 | 15 | 115 | 111 | 65 |
| Binary | 10101101 | 11011111 | 110000 | 10110 | 0 | 1001110 | 1101 | 1001101 | 1001001 | 110101 |
Color Harmonies of #ADDF30
Complementary color
Monochromatic Colors of #ADDF30
Black with #ADDF30
Text Example
Text Example
White with #ADDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF30; }
p { color: rgb(173,223,48); }
H1.HeaderClassName
{
color: #ADDF30;
}
.AnyTagClassName
{
color: #ADDF30;
}
</style>
background-color css
<style>
a { background-color: #ADDF30; }
a { background-color: rgb(173,223,48); }
div.DivClassName
{
background-color: #ADDF30;
}
.BgClassName
{
background-color: #ADDF30;
}
</style>
border-color css
<style>
span { border-color: #ADDF30; }
span { border-color: rgb(173,223,48); }
td.TdClassName
{
border-color: #ADDF30;
}
.TagClassName
{
border-color: #ADDF30;
}
</style>