Shades of Atlantis #ABCE39
Tints of Atlantis #ABCE39
RGB
CMYK
RGB Variations
Color information
#ABCE39 (or 0xABCE39) is known color: Atlantis. HEX triplet: AB, CE and 39. RGB value is (171,206,57). Sum of RGB (Red+Green+Blue) = 171+206+57=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE39 is #5431C6. Grayscale: #B3B3B3. Windows color (decimal): -5517767 or 3788459. OLE color: 3788459.
HSL color Cylindrical-coordinate representation of color #ABCE39: hue angle of 74.09º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABCE39 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 57 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.19 |
| HSL | 74.09º | 0.6% | 0.52% | - |
| HSV(B) | 74.09º | 0.72% | 0.81% | - |
| XYZ | 39.6 | 53.1 | 12.03 | - |
| YUV | 178.55 | 59.4 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 57 | 0.17 | 0 | 0.72 | 0.19 | 74.09 | 0.6 | 0.52 |
| Hex | AB | CE | 39 | 11 | 0 | 48 | 13 | 4A | 3C | 34 |
| Octal | 253 | 316 | 71 | 21 | 0 | 110 | 23 | 112 | 74 | 64 |
| Binary | 10101011 | 11001110 | 111001 | 10001 | 0 | 1001000 | 10011 | 1001010 | 111100 | 110100 |
Color Harmonies of #ABCE39
Complementary color
Monochromatic Colors of #ABCE39
Black with #ABCE39
Text Example
Text Example
White with #ABCE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE39; }
p { color: rgb(171,206,57); }
H1.HeaderClassName
{
color: #ABCE39;
}
.AnyTagClassName
{
color: #ABCE39;
}
</style>
background-color css
<style>
a { background-color: #ABCE39; }
a { background-color: rgb(171,206,57); }
div.DivClassName
{
background-color: #ABCE39;
}
.BgClassName
{
background-color: #ABCE39;
}
</style>
border-color css
<style>
span { border-color: #ABCE39; }
span { border-color: rgb(171,206,57); }
td.TdClassName
{
border-color: #ABCE39;
}
.TagClassName
{
border-color: #ABCE39;
}
</style>