Shades of Atlantis #ABCD46
Tints of Atlantis #ABCD46
RGB
CMYK
RGB Variations
Color information
#ABCD46 (or 0xABCD46) is known color: Atlantis. HEX triplet: AB, CD and 46. RGB value is (171,205,70). Sum of RGB (Red+Green+Blue) = 171+205+70=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD46 is #5432B9. Grayscale: #B3B3B3. Windows color (decimal): -5518010 or 4640171. OLE color: 4640171.
HSL color Cylindrical-coordinate representation of color #ABCD46: hue angle of 75.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABCD46 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 70 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.20 |
| HSL | 75.11º | 0.57% | 0.54% | - |
| HSV(B) | 75.11º | 0.66% | 0.8% | - |
| XYZ | 39.73 | 52.76 | 13.88 | - |
| YUV | 179.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 70 | 0.17 | 0 | 0.66 | 0.20 | 75.11 | 0.57 | 0.54 |
| Hex | AB | CD | 46 | 11 | 0 | 42 | 14 | 4B | 39 | 36 |
| Octal | 253 | 315 | 106 | 21 | 0 | 102 | 24 | 113 | 71 | 66 |
| Binary | 10101011 | 11001101 | 1000110 | 10001 | 0 | 1000010 | 10100 | 1001011 | 111001 | 110110 |
Color Harmonies of #ABCD46
Complementary color
Monochromatic Colors of #ABCD46
Black with #ABCD46
Text Example
Text Example
White with #ABCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD46; }
p { color: rgb(171,205,70); }
H1.HeaderClassName
{
color: #ABCD46;
}
.AnyTagClassName
{
color: #ABCD46;
}
</style>
background-color css
<style>
a { background-color: #ABCD46; }
a { background-color: rgb(171,205,70); }
div.DivClassName
{
background-color: #ABCD46;
}
.BgClassName
{
background-color: #ABCD46;
}
</style>
border-color css
<style>
span { border-color: #ABCD46; }
span { border-color: rgb(171,205,70); }
td.TdClassName
{
border-color: #ABCD46;
}
.TagClassName
{
border-color: #ABCD46;
}
</style>