Shades of Atlantis #ABCD43
Tints of Atlantis #ABCD43
RGB
CMYK
RGB Variations
Color information
#ABCD43 (or 0xABCD43) is known color: Atlantis. HEX triplet: AB, CD and 43. RGB value is (171,205,67). Sum of RGB (Red+Green+Blue) = 171+205+67=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 67 (26.56% from 255 or 15.12% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD43 is #5432BC. Grayscale: #B3B3B3. Windows color (decimal): -5518013 or 4443563. OLE color: 4443563.
HSL color Cylindrical-coordinate representation of color #ABCD43: hue angle of 74.78º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABCD43 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 67 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.20 |
| HSL | 74.78º | 0.58% | 0.53% | - |
| HSV(B) | 74.78º | 0.67% | 0.8% | - |
| XYZ | 39.64 | 52.73 | 13.4 | - |
| YUV | 179.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 67 | 0.17 | 0 | 0.67 | 0.20 | 74.78 | 0.58 | 0.53 |
| Hex | AB | CD | 43 | 11 | 0 | 43 | 14 | 4B | 3A | 35 |
| Octal | 253 | 315 | 103 | 21 | 0 | 103 | 24 | 113 | 72 | 65 |
| Binary | 10101011 | 11001101 | 1000011 | 10001 | 0 | 1000011 | 10100 | 1001011 | 111010 | 110101 |
Color Harmonies of #ABCD43
Complementary color
Monochromatic Colors of #ABCD43
Black with #ABCD43
Text Example
Text Example
White with #ABCD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD43; }
p { color: rgb(171,205,67); }
H1.HeaderClassName
{
color: #ABCD43;
}
.AnyTagClassName
{
color: #ABCD43;
}
</style>
background-color css
<style>
a { background-color: #ABCD43; }
a { background-color: rgb(171,205,67); }
div.DivClassName
{
background-color: #ABCD43;
}
.BgClassName
{
background-color: #ABCD43;
}
</style>
border-color css
<style>
span { border-color: #ABCD43; }
span { border-color: rgb(171,205,67); }
td.TdClassName
{
border-color: #ABCD43;
}
.TagClassName
{
border-color: #ABCD43;
}
</style>