Shades of Atlantis #ABCD3C
Tints of Atlantis #ABCD3C
RGB
CMYK
RGB Variations
Color information
#ABCD3C (or 0xABCD3C) is known color: Atlantis. HEX triplet: AB, CD and 3C. RGB value is (171,205,60). Sum of RGB (Red+Green+Blue) = 171+205+60=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD3C is #5432C3. Grayscale: #B2B2B2. Windows color (decimal): -5518020 or 3984811. OLE color: 3984811.
HSL color Cylindrical-coordinate representation of color #ABCD3C: hue angle of 74.07º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABCD3C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 60 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.20 |
| HSL | 74.07º | 0.59% | 0.52% | - |
| HSV(B) | 74.07º | 0.71% | 0.8% | - |
| XYZ | 39.44 | 52.65 | 12.36 | - |
| YUV | 178.3 | 61.24 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 60 | 0.17 | 0 | 0.71 | 0.20 | 74.07 | 0.59 | 0.52 |
| Hex | AB | CD | 3C | 11 | 0 | 47 | 14 | 4A | 3B | 34 |
| Octal | 253 | 315 | 74 | 21 | 0 | 107 | 24 | 112 | 73 | 64 |
| Binary | 10101011 | 11001101 | 111100 | 10001 | 0 | 1000111 | 10100 | 1001010 | 111011 | 110100 |
Color Harmonies of #ABCD3C
Complementary color
Monochromatic Colors of #ABCD3C
Black with #ABCD3C
Text Example
Text Example
White with #ABCD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD3C; }
p { color: rgb(171,205,60); }
H1.HeaderClassName
{
color: #ABCD3C;
}
.AnyTagClassName
{
color: #ABCD3C;
}
</style>
background-color css
<style>
a { background-color: #ABCD3C; }
a { background-color: rgb(171,205,60); }
div.DivClassName
{
background-color: #ABCD3C;
}
.BgClassName
{
background-color: #ABCD3C;
}
</style>
border-color css
<style>
span { border-color: #ABCD3C; }
span { border-color: rgb(171,205,60); }
td.TdClassName
{
border-color: #ABCD3C;
}
.TagClassName
{
border-color: #ABCD3C;
}
</style>