Shades of Atlantis #ABCA40
Tints of Atlantis #ABCA40
RGB
CMYK
RGB Variations
Color information
#ABCA40 (or 0xABCA40) is known color: Atlantis. HEX triplet: AB, CA and 40. RGB value is (171,202,64). Sum of RGB (Red+Green+Blue) = 171+202+64=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCA40 is #5435BF. Grayscale: #B1B1B1. Windows color (decimal): -5518784 or 4246187. OLE color: 4246187.
HSL color Cylindrical-coordinate representation of color #ABCA40: hue angle of 73.48º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABCA40 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 64 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.21 |
| HSL | 73.48º | 0.57% | 0.52% | - |
| HSV(B) | 73.48º | 0.68% | 0.79% | - |
| XYZ | 38.84 | 51.27 | 12.7 | - |
| YUV | 177 | 64.23 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 64 | 0.15 | 0 | 0.68 | 0.21 | 73.48 | 0.57 | 0.52 |
| Hex | AB | CA | 40 | F | 0 | 44 | 15 | 49 | 39 | 34 |
| Octal | 253 | 312 | 100 | 17 | 0 | 104 | 25 | 111 | 71 | 64 |
| Binary | 10101011 | 11001010 | 1000000 | 1111 | 0 | 1000100 | 10101 | 1001001 | 111001 | 110100 |
Color Harmonies of #ABCA40
Complementary color
Monochromatic Colors of #ABCA40
Black with #ABCA40
Text Example
Text Example
White with #ABCA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCA40; }
p { color: rgb(171,202,64); }
H1.HeaderClassName
{
color: #ABCA40;
}
.AnyTagClassName
{
color: #ABCA40;
}
</style>
background-color css
<style>
a { background-color: #ABCA40; }
a { background-color: rgb(171,202,64); }
div.DivClassName
{
background-color: #ABCA40;
}
.BgClassName
{
background-color: #ABCA40;
}
</style>
border-color css
<style>
span { border-color: #ABCA40; }
span { border-color: rgb(171,202,64); }
td.TdClassName
{
border-color: #ABCA40;
}
.TagClassName
{
border-color: #ABCA40;
}
</style>