Shades of Atlantis #AADF31
Tints of Atlantis #AADF31
RGB
CMYK
RGB Variations
Color information
#AADF31 (or 0xAADF31) is known color: Atlantis. HEX triplet: AA, DF and 31. RGB value is (170,223,49). Sum of RGB (Red+Green+Blue) = 170+223+49=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF31 is #5520CE. Grayscale: #BBBBBB. Windows color (decimal): -5578959 or 3268522. OLE color: 3268522.
HSL color Cylindrical-coordinate representation of color #AADF31: hue angle of 78.28º 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 #AADF31 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 49 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.13 |
| HSL | 78.28º | 0.73% | 0.53% | - |
| HSV(B) | 78.28º | 0.78% | 0.87% | - |
| XYZ | 43.52 | 61.54 | 12.49 | - |
| YUV | 187.32 | 49.94 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 49 | 0.24 | 0 | 0.78 | 0.13 | 78.28 | 0.73 | 0.53 |
| Hex | AA | DF | 31 | 18 | 0 | 4E | D | 4E | 49 | 35 |
| Octal | 252 | 337 | 61 | 30 | 0 | 116 | 15 | 116 | 111 | 65 |
| Binary | 10101010 | 11011111 | 110001 | 11000 | 0 | 1001110 | 1101 | 1001110 | 1001001 | 110101 |
Color Harmonies of #AADF31
Complementary color
Monochromatic Colors of #AADF31
Black with #AADF31
Text Example
Text Example
White with #AADF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF31; }
p { color: rgb(170,223,49); }
H1.HeaderClassName
{
color: #AADF31;
}
.AnyTagClassName
{
color: #AADF31;
}
</style>
background-color css
<style>
a { background-color: #AADF31; }
a { background-color: rgb(170,223,49); }
div.DivClassName
{
background-color: #AADF31;
}
.BgClassName
{
background-color: #AADF31;
}
</style>
border-color css
<style>
span { border-color: #AADF31; }
span { border-color: rgb(170,223,49); }
td.TdClassName
{
border-color: #AADF31;
}
.TagClassName
{
border-color: #AADF31;
}
</style>