Shades of Atlantis #ABCF40
Tints of Atlantis #ABCF40
RGB
CMYK
RGB Variations
Color information
#ABCF40 (or 0xABCF40) is known color: Atlantis. HEX triplet: AB, CF and 40. RGB value is (171,207,64). Sum of RGB (Red+Green+Blue) = 171+207+64=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF40 is #5430BF. Grayscale: #B4B4B4. Windows color (decimal): -5517504 or 4247467. OLE color: 4247467.
HSL color Cylindrical-coordinate representation of color #ABCF40: hue angle of 75.1º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABCF40 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 64 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.19 |
| HSL | 75.1º | 0.6% | 0.53% | - |
| HSV(B) | 75.1º | 0.69% | 0.81% | - |
| XYZ | 40.03 | 53.65 | 13.1 | - |
| YUV | 179.93 | 62.57 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 64 | 0.17 | 0 | 0.69 | 0.19 | 75.1 | 0.6 | 0.53 |
| Hex | AB | CF | 40 | 11 | 0 | 45 | 13 | 4B | 3C | 35 |
| Octal | 253 | 317 | 100 | 21 | 0 | 105 | 23 | 113 | 74 | 65 |
| Binary | 10101011 | 11001111 | 1000000 | 10001 | 0 | 1000101 | 10011 | 1001011 | 111100 | 110101 |
Color Harmonies of #ABCF40
Complementary color
Monochromatic Colors of #ABCF40
Black with #ABCF40
Text Example
Text Example
White with #ABCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF40; }
p { color: rgb(171,207,64); }
H1.HeaderClassName
{
color: #ABCF40;
}
.AnyTagClassName
{
color: #ABCF40;
}
</style>
background-color css
<style>
a { background-color: #ABCF40; }
a { background-color: rgb(171,207,64); }
div.DivClassName
{
background-color: #ABCF40;
}
.BgClassName
{
background-color: #ABCF40;
}
</style>
border-color css
<style>
span { border-color: #ABCF40; }
span { border-color: rgb(171,207,64); }
td.TdClassName
{
border-color: #ABCF40;
}
.TagClassName
{
border-color: #ABCF40;
}
</style>