Shades of Atlantis #ABCB40
Tints of Atlantis #ABCB40
RGB
CMYK
RGB Variations
Color information
#ABCB40 (or 0xABCB40) is known color: Atlantis. HEX triplet: AB, CB and 40. RGB value is (171,203,64). Sum of RGB (Red+Green+Blue) = 171+203+64=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB40 is #5434BF. Grayscale: #B2B2B2. Windows color (decimal): -5518528 or 4246443. OLE color: 4246443.
HSL color Cylindrical-coordinate representation of color #ABCB40: hue angle of 73.81º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABCB40 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 64 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.20 |
| HSL | 73.81º | 0.57% | 0.52% | - |
| HSV(B) | 73.81º | 0.68% | 0.8% | - |
| XYZ | 39.08 | 51.74 | 12.78 | - |
| YUV | 177.59 | 63.9 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 64 | 0.16 | 0 | 0.68 | 0.20 | 73.81 | 0.57 | 0.52 |
| Hex | AB | CB | 40 | 10 | 0 | 44 | 14 | 4A | 39 | 34 |
| Octal | 253 | 313 | 100 | 20 | 0 | 104 | 24 | 112 | 71 | 64 |
| Binary | 10101011 | 11001011 | 1000000 | 10000 | 0 | 1000100 | 10100 | 1001010 | 111001 | 110100 |
Color Harmonies of #ABCB40
Complementary color
Monochromatic Colors of #ABCB40
Black with #ABCB40
Text Example
Text Example
White with #ABCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB40; }
p { color: rgb(171,203,64); }
H1.HeaderClassName
{
color: #ABCB40;
}
.AnyTagClassName
{
color: #ABCB40;
}
</style>
background-color css
<style>
a { background-color: #ABCB40; }
a { background-color: rgb(171,203,64); }
div.DivClassName
{
background-color: #ABCB40;
}
.BgClassName
{
background-color: #ABCB40;
}
</style>
border-color css
<style>
span { border-color: #ABCB40; }
span { border-color: rgb(171,203,64); }
td.TdClassName
{
border-color: #ABCB40;
}
.TagClassName
{
border-color: #ABCB40;
}
</style>