Shades of Atlantis #ABCC3A
Tints of Atlantis #ABCC3A
RGB
CMYK
RGB Variations
Color information
#ABCC3A (or 0xABCC3A) is known color: Atlantis. HEX triplet: AB, CC and 3A. RGB value is (171,204,58). Sum of RGB (Red+Green+Blue) = 171+204+58=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC3A is #5433C5. Grayscale: #B2B2B2. Windows color (decimal): -5518278 or 3853483. OLE color: 3853483.
HSL color Cylindrical-coordinate representation of color #ABCC3A: hue angle of 73.56º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABCC3A is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 58 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.2 |
| HSL | 73.56º | 0.59% | 0.51% | - |
| HSV(B) | 73.56º | 0.72% | 0.8% | - |
| XYZ | 39.15 | 52.15 | 12.01 | - |
| YUV | 177.49 | 60.57 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 58 | 0.16 | 0 | 0.72 | 0.2 | 73.56 | 0.59 | 0.51 |
| Hex | AB | CC | 3A | 10 | 0 | 48 | 14 | 4A | 3B | 33 |
| Octal | 253 | 314 | 72 | 20 | 0 | 110 | 24 | 112 | 73 | 63 |
| Binary | 10101011 | 11001100 | 111010 | 10000 | 0 | 1001000 | 10100 | 1001010 | 111011 | 110011 |
Color Harmonies of #ABCC3A
Complementary color
Monochromatic Colors of #ABCC3A
Black with #ABCC3A
Text Example
Text Example
White with #ABCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC3A; }
p { color: rgb(171,204,58); }
H1.HeaderClassName
{
color: #ABCC3A;
}
.AnyTagClassName
{
color: #ABCC3A;
}
</style>
background-color css
<style>
a { background-color: #ABCC3A; }
a { background-color: rgb(171,204,58); }
div.DivClassName
{
background-color: #ABCC3A;
}
.BgClassName
{
background-color: #ABCC3A;
}
</style>
border-color css
<style>
span { border-color: #ABCC3A; }
span { border-color: rgb(171,204,58); }
td.TdClassName
{
border-color: #ABCC3A;
}
.TagClassName
{
border-color: #ABCC3A;
}
</style>