Shades of Atlantis #ADCF42
Tints of Atlantis #ADCF42
RGB
CMYK
RGB Variations
Color information
#ADCF42 (or 0xADCF42) is known color: Atlantis. HEX triplet: AD, CF and 42. RGB value is (173,207,66). Sum of RGB (Red+Green+Blue) = 173+207+66=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF42 is #5230BD. Grayscale: #B5B5B5. Windows color (decimal): -5386430 or 4378541. OLE color: 4378541.
HSL color Cylindrical-coordinate representation of color #ADCF42: hue angle of 74.47º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADCF42 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 66 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.19 |
| HSL | 74.47º | 0.59% | 0.54% | - |
| HSV(B) | 74.47º | 0.68% | 0.81% | - |
| XYZ | 40.53 | 53.9 | 13.42 | - |
| YUV | 180.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 66 | 0.16 | 0 | 0.68 | 0.19 | 74.47 | 0.59 | 0.54 |
| Hex | AD | CF | 42 | 10 | 0 | 44 | 13 | 4A | 3B | 36 |
| Octal | 255 | 317 | 102 | 20 | 0 | 104 | 23 | 112 | 73 | 66 |
| Binary | 10101101 | 11001111 | 1000010 | 10000 | 0 | 1000100 | 10011 | 1001010 | 111011 | 110110 |
Color Harmonies of #ADCF42
Complementary color
Monochromatic Colors of #ADCF42
Black with #ADCF42
Text Example
Text Example
White with #ADCF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF42; }
p { color: rgb(173,207,66); }
H1.HeaderClassName
{
color: #ADCF42;
}
.AnyTagClassName
{
color: #ADCF42;
}
</style>
background-color css
<style>
a { background-color: #ADCF42; }
a { background-color: rgb(173,207,66); }
div.DivClassName
{
background-color: #ADCF42;
}
.BgClassName
{
background-color: #ADCF42;
}
</style>
border-color css
<style>
span { border-color: #ADCF42; }
span { border-color: rgb(173,207,66); }
td.TdClassName
{
border-color: #ADCF42;
}
.TagClassName
{
border-color: #ADCF42;
}
</style>