Shades of Atlantis #ABCD44
Tints of Atlantis #ABCD44
RGB
CMYK
RGB Variations
Color information
#ABCD44 (or 0xABCD44) is known color: Atlantis. HEX triplet: AB, CD and 44. RGB value is (171,205,68). Sum of RGB (Red+Green+Blue) = 171+205+68=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD44 is #5432BB. Grayscale: #B3B3B3. Windows color (decimal): -5518012 or 4509099. OLE color: 4509099.
HSL color Cylindrical-coordinate representation of color #ABCD44: hue angle of 74.89º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABCD44 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 68 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.20 |
| HSL | 74.89º | 0.58% | 0.54% | - |
| HSV(B) | 74.89º | 0.67% | 0.8% | - |
| XYZ | 39.67 | 52.74 | 13.56 | - |
| YUV | 179.22 | 65.24 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 68 | 0.17 | 0 | 0.67 | 0.20 | 74.89 | 0.58 | 0.54 |
| Hex | AB | CD | 44 | 11 | 0 | 43 | 14 | 4B | 3A | 36 |
| Octal | 253 | 315 | 104 | 21 | 0 | 103 | 24 | 113 | 72 | 66 |
| Binary | 10101011 | 11001101 | 1000100 | 10001 | 0 | 1000011 | 10100 | 1001011 | 111010 | 110110 |
Color Harmonies of #ABCD44
Complementary color
Monochromatic Colors of #ABCD44
Black with #ABCD44
Text Example
Text Example
White with #ABCD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD44; }
p { color: rgb(171,205,68); }
H1.HeaderClassName
{
color: #ABCD44;
}
.AnyTagClassName
{
color: #ABCD44;
}
</style>
background-color css
<style>
a { background-color: #ABCD44; }
a { background-color: rgb(171,205,68); }
div.DivClassName
{
background-color: #ABCD44;
}
.BgClassName
{
background-color: #ABCD44;
}
</style>
border-color css
<style>
span { border-color: #ABCD44; }
span { border-color: rgb(171,205,68); }
td.TdClassName
{
border-color: #ABCD44;
}
.TagClassName
{
border-color: #ABCD44;
}
</style>