Shades of Atlantis #ABCC40
Tints of Atlantis #ABCC40
RGB
CMYK
RGB Variations
Color information
#ABCC40 (or 0xABCC40) is known color: Atlantis. HEX triplet: AB, CC and 40. RGB value is (171,204,64). Sum of RGB (Red+Green+Blue) = 171+204+64=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC40 is #5433BF. Grayscale: #B2B2B2. Windows color (decimal): -5518272 or 4246699. OLE color: 4246699.
HSL color Cylindrical-coordinate representation of color #ABCC40: hue angle of 74.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABCC40 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 64 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.2 |
| HSL | 74.14º | 0.58% | 0.53% | - |
| HSV(B) | 74.14º | 0.69% | 0.8% | - |
| XYZ | 39.31 | 52.21 | 12.86 | - |
| YUV | 178.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 64 | 0.16 | 0 | 0.69 | 0.2 | 74.14 | 0.58 | 0.53 |
| Hex | AB | CC | 40 | 10 | 0 | 45 | 14 | 4A | 3A | 35 |
| Octal | 253 | 314 | 100 | 20 | 0 | 105 | 24 | 112 | 72 | 65 |
| Binary | 10101011 | 11001100 | 1000000 | 10000 | 0 | 1000101 | 10100 | 1001010 | 111010 | 110101 |
Color Harmonies of #ABCC40
Complementary color
Monochromatic Colors of #ABCC40
Black with #ABCC40
Text Example
Text Example
White with #ABCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC40; }
p { color: rgb(171,204,64); }
H1.HeaderClassName
{
color: #ABCC40;
}
.AnyTagClassName
{
color: #ABCC40;
}
</style>
background-color css
<style>
a { background-color: #ABCC40; }
a { background-color: rgb(171,204,64); }
div.DivClassName
{
background-color: #ABCC40;
}
.BgClassName
{
background-color: #ABCC40;
}
</style>
border-color css
<style>
span { border-color: #ABCC40; }
span { border-color: rgb(171,204,64); }
td.TdClassName
{
border-color: #ABCC40;
}
.TagClassName
{
border-color: #ABCC40;
}
</style>