Shades of Atlantis #ADCA37
Tints of Atlantis #ADCA37
RGB
CMYK
RGB Variations
Color information
#ADCA37 (or 0xADCA37) is known color: Atlantis. HEX triplet: AD, CA and 37. RGB value is (173,202,55). Sum of RGB (Red+Green+Blue) = 173+202+55=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCA37 is #5235C8. Grayscale: #B1B1B1. Windows color (decimal): -5387721 or 3656365. OLE color: 3656365.
HSL color Cylindrical-coordinate representation of color #ADCA37: hue angle of 71.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADCA37 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 55 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.21 |
| HSL | 71.84º | 0.58% | 0.5% | - |
| HSV(B) | 71.84º | 0.73% | 0.79% | - |
| XYZ | 39.04 | 51.4 | 11.48 | - |
| YUV | 176.57 | 59.39 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 55 | 0.14 | 0 | 0.73 | 0.21 | 71.84 | 0.58 | 0.5 |
| Hex | AD | CA | 37 | E | 0 | 49 | 15 | 48 | 3A | 32 |
| Octal | 255 | 312 | 67 | 16 | 0 | 111 | 25 | 110 | 72 | 62 |
| Binary | 10101101 | 11001010 | 110111 | 1110 | 0 | 1001001 | 10101 | 1001000 | 111010 | 110010 |
Color Harmonies of #ADCA37
Complementary color
Monochromatic Colors of #ADCA37
Black with #ADCA37
Text Example
Text Example
White with #ADCA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCA37; }
p { color: rgb(173,202,55); }
H1.HeaderClassName
{
color: #ADCA37;
}
.AnyTagClassName
{
color: #ADCA37;
}
</style>
background-color css
<style>
a { background-color: #ADCA37; }
a { background-color: rgb(173,202,55); }
div.DivClassName
{
background-color: #ADCA37;
}
.BgClassName
{
background-color: #ADCA37;
}
</style>
border-color css
<style>
span { border-color: #ADCA37; }
span { border-color: rgb(173,202,55); }
td.TdClassName
{
border-color: #ADCA37;
}
.TagClassName
{
border-color: #ADCA37;
}
</style>