Shades of Atlantis #AADC3C
Tints of Atlantis #AADC3C
RGB
CMYK
RGB Variations
Color information
#AADC3C (or 0xAADC3C) is known color: Atlantis. HEX triplet: AA, DC and 3C. RGB value is (170,220,60). Sum of RGB (Red+Green+Blue) = 170+220+60=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC3C is #5523C3. Grayscale: #BBBBBB. Windows color (decimal): -5579716 or 3988650. OLE color: 3988650.
HSL color Cylindrical-coordinate representation of color #AADC3C: hue angle of 78.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AADC3C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 60 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.14 |
| HSL | 78.75º | 0.7% | 0.55% | - |
| HSV(B) | 78.75º | 0.73% | 0.86% | - |
| XYZ | 42.99 | 60.06 | 13.6 | - |
| YUV | 186.81 | 56.44 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 60 | 0.23 | 0 | 0.73 | 0.14 | 78.75 | 0.7 | 0.55 |
| Hex | AA | DC | 3C | 17 | 0 | 49 | E | 4F | 46 | 37 |
| Octal | 252 | 334 | 74 | 27 | 0 | 111 | 16 | 117 | 106 | 67 |
| Binary | 10101010 | 11011100 | 111100 | 10111 | 0 | 1001001 | 1110 | 1001111 | 1000110 | 110111 |
Color Harmonies of #AADC3C
Complementary color
Monochromatic Colors of #AADC3C
Black with #AADC3C
Text Example
Text Example
White with #AADC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC3C; }
p { color: rgb(170,220,60); }
H1.HeaderClassName
{
color: #AADC3C;
}
.AnyTagClassName
{
color: #AADC3C;
}
</style>
background-color css
<style>
a { background-color: #AADC3C; }
a { background-color: rgb(170,220,60); }
div.DivClassName
{
background-color: #AADC3C;
}
.BgClassName
{
background-color: #AADC3C;
}
</style>
border-color css
<style>
span { border-color: #AADC3C; }
span { border-color: rgb(170,220,60); }
td.TdClassName
{
border-color: #AADC3C;
}
.TagClassName
{
border-color: #AADC3C;
}
</style>