Shades of Atlantis #ABCA41
Tints of Atlantis #ABCA41
RGB
CMYK
RGB Variations
Color information
#ABCA41 (or 0xABCA41) is known color: Atlantis. HEX triplet: AB, CA and 41. RGB value is (171,202,65). Sum of RGB (Red+Green+Blue) = 171+202+65=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCA41 is #5435BE. Grayscale: #B1B1B1. Windows color (decimal): -5518783 or 4311723. OLE color: 4311723.
HSL color Cylindrical-coordinate representation of color #ABCA41: hue angle of 73.58º degrees, saturation: 0.56, 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 #ABCA41 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 65 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.21 |
| HSL | 73.58º | 0.56% | 0.52% | - |
| HSV(B) | 73.58º | 0.68% | 0.79% | - |
| XYZ | 38.87 | 51.28 | 12.85 | - |
| YUV | 177.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 65 | 0.15 | 0 | 0.68 | 0.21 | 73.58 | 0.56 | 0.52 |
| Hex | AB | CA | 41 | F | 0 | 44 | 15 | 4A | 38 | 34 |
| Octal | 253 | 312 | 101 | 17 | 0 | 104 | 25 | 112 | 70 | 64 |
| Binary | 10101011 | 11001010 | 1000001 | 1111 | 0 | 1000100 | 10101 | 1001010 | 111000 | 110100 |
Color Harmonies of #ABCA41
Complementary color
Monochromatic Colors of #ABCA41
Black with #ABCA41
Text Example
Text Example
White with #ABCA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCA41; }
p { color: rgb(171,202,65); }
H1.HeaderClassName
{
color: #ABCA41;
}
.AnyTagClassName
{
color: #ABCA41;
}
</style>
background-color css
<style>
a { background-color: #ABCA41; }
a { background-color: rgb(171,202,65); }
div.DivClassName
{
background-color: #ABCA41;
}
.BgClassName
{
background-color: #ABCA41;
}
</style>
border-color css
<style>
span { border-color: #ABCA41; }
span { border-color: rgb(171,202,65); }
td.TdClassName
{
border-color: #ABCA41;
}
.TagClassName
{
border-color: #ABCA41;
}
</style>