Shades of Atlantis #ABCD3E
Tints of Atlantis #ABCD3E
RGB
CMYK
RGB Variations
Color information
#ABCD3E (or 0xABCD3E) is known color: Atlantis. HEX triplet: AB, CD and 3E. RGB value is (171,205,62). Sum of RGB (Red+Green+Blue) = 171+205+62=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD3E is #5432C1. Grayscale: #B3B3B3. Windows color (decimal): -5518018 or 4115883. OLE color: 4115883.
HSL color Cylindrical-coordinate representation of color #ABCD3E: hue angle of 74.27º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABCD3E is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 62 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.20 |
| HSL | 74.27º | 0.59% | 0.52% | - |
| HSV(B) | 74.27º | 0.7% | 0.8% | - |
| XYZ | 39.5 | 52.67 | 12.64 | - |
| YUV | 178.53 | 62.24 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 62 | 0.17 | 0 | 0.70 | 0.20 | 74.27 | 0.59 | 0.52 |
| Hex | AB | CD | 3E | 11 | 0 | 46 | 14 | 4A | 3B | 34 |
| Octal | 253 | 315 | 76 | 21 | 0 | 106 | 24 | 112 | 73 | 64 |
| Binary | 10101011 | 11001101 | 111110 | 10001 | 0 | 1000110 | 10100 | 1001010 | 111011 | 110100 |
Color Harmonies of #ABCD3E
Complementary color
Monochromatic Colors of #ABCD3E
Black with #ABCD3E
Text Example
Text Example
White with #ABCD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD3E; }
p { color: rgb(171,205,62); }
H1.HeaderClassName
{
color: #ABCD3E;
}
.AnyTagClassName
{
color: #ABCD3E;
}
</style>
background-color css
<style>
a { background-color: #ABCD3E; }
a { background-color: rgb(171,205,62); }
div.DivClassName
{
background-color: #ABCD3E;
}
.BgClassName
{
background-color: #ABCD3E;
}
</style>
border-color css
<style>
span { border-color: #ABCD3E; }
span { border-color: rgb(171,205,62); }
td.TdClassName
{
border-color: #ABCD3E;
}
.TagClassName
{
border-color: #ABCD3E;
}
</style>