Shades of Atlantis #ABCD3A
Tints of Atlantis #ABCD3A
RGB
CMYK
RGB Variations
Color information
#ABCD3A (or 0xABCD3A) is known color: Atlantis. HEX triplet: AB, CD and 3A. RGB value is (171,205,58). Sum of RGB (Red+Green+Blue) = 171+205+58=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD3A is #5432C5. Grayscale: #B2B2B2. Windows color (decimal): -5518022 or 3853739. OLE color: 3853739.
HSL color Cylindrical-coordinate representation of color #ABCD3A: hue angle of 73.88º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABCD3A is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 58 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.20 |
| HSL | 73.88º | 0.6% | 0.52% | - |
| HSV(B) | 73.88º | 0.72% | 0.8% | - |
| XYZ | 39.39 | 52.63 | 12.08 | - |
| YUV | 178.08 | 60.24 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 58 | 0.17 | 0 | 0.72 | 0.20 | 73.88 | 0.6 | 0.52 |
| Hex | AB | CD | 3A | 11 | 0 | 48 | 14 | 4A | 3C | 34 |
| Octal | 253 | 315 | 72 | 21 | 0 | 110 | 24 | 112 | 74 | 64 |
| Binary | 10101011 | 11001101 | 111010 | 10001 | 0 | 1001000 | 10100 | 1001010 | 111100 | 110100 |
Color Harmonies of #ABCD3A
Complementary color
Monochromatic Colors of #ABCD3A
Black with #ABCD3A
Text Example
Text Example
White with #ABCD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD3A; }
p { color: rgb(171,205,58); }
H1.HeaderClassName
{
color: #ABCD3A;
}
.AnyTagClassName
{
color: #ABCD3A;
}
</style>
background-color css
<style>
a { background-color: #ABCD3A; }
a { background-color: rgb(171,205,58); }
div.DivClassName
{
background-color: #ABCD3A;
}
.BgClassName
{
background-color: #ABCD3A;
}
</style>
border-color css
<style>
span { border-color: #ABCD3A; }
span { border-color: rgb(171,205,58); }
td.TdClassName
{
border-color: #ABCD3A;
}
.TagClassName
{
border-color: #ABCD3A;
}
</style>