Shades of Atlantis #ADDC31
Tints of Atlantis #ADDC31
RGB
CMYK
RGB Variations
Color information
#ADDC31 (or 0xADDC31) is known color: Atlantis. HEX triplet: AD, DC and 31. RGB value is (173,220,49). Sum of RGB (Red+Green+Blue) = 173+220+49=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC31 is #5223CE. Grayscale: #BBBBBB. Windows color (decimal): -5383119 or 3267757. OLE color: 3267757.
HSL color Cylindrical-coordinate representation of color #ADDC31: hue angle of 76.49º 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 #ADDC31 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 49 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.14 |
| HSL | 76.49º | 0.71% | 0.53% | - |
| HSV(B) | 76.49º | 0.78% | 0.86% | - |
| XYZ | 43.38 | 60.29 | 12.26 | - |
| YUV | 186.45 | 50.43 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 49 | 0.21 | 0 | 0.78 | 0.14 | 76.49 | 0.71 | 0.53 |
| Hex | AD | DC | 31 | 15 | 0 | 4E | E | 4C | 47 | 35 |
| Octal | 255 | 334 | 61 | 25 | 0 | 116 | 16 | 114 | 107 | 65 |
| Binary | 10101101 | 11011100 | 110001 | 10101 | 0 | 1001110 | 1110 | 1001100 | 1000111 | 110101 |
Color Harmonies of #ADDC31
Complementary color
Monochromatic Colors of #ADDC31
Black with #ADDC31
Text Example
Text Example
White with #ADDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC31; }
p { color: rgb(173,220,49); }
H1.HeaderClassName
{
color: #ADDC31;
}
.AnyTagClassName
{
color: #ADDC31;
}
</style>
background-color css
<style>
a { background-color: #ADDC31; }
a { background-color: rgb(173,220,49); }
div.DivClassName
{
background-color: #ADDC31;
}
.BgClassName
{
background-color: #ADDC31;
}
</style>
border-color css
<style>
span { border-color: #ADDC31; }
span { border-color: rgb(173,220,49); }
td.TdClassName
{
border-color: #ADDC31;
}
.TagClassName
{
border-color: #ADDC31;
}
</style>