Shades of Atlantis #ABCC3C
Tints of Atlantis #ABCC3C
RGB
CMYK
RGB Variations
Color information
#ABCC3C (or 0xABCC3C) is known color: Atlantis. HEX triplet: AB, CC and 3C. RGB value is (171,204,60). Sum of RGB (Red+Green+Blue) = 171+204+60=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC3C is #5433C3. Grayscale: #B2B2B2. Windows color (decimal): -5518276 or 3984555. OLE color: 3984555.
HSL color Cylindrical-coordinate representation of color #ABCC3C: hue angle of 73.75º 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 #ABCC3C is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 60 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.2 |
| HSL | 73.75º | 0.59% | 0.52% | - |
| HSV(B) | 73.75º | 0.71% | 0.8% | - |
| XYZ | 39.2 | 52.17 | 12.28 | - |
| YUV | 177.72 | 61.57 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 60 | 0.16 | 0 | 0.71 | 0.2 | 73.75 | 0.59 | 0.52 |
| Hex | AB | CC | 3C | 10 | 0 | 47 | 14 | 4A | 3B | 34 |
| Octal | 253 | 314 | 74 | 20 | 0 | 107 | 24 | 112 | 73 | 64 |
| Binary | 10101011 | 11001100 | 111100 | 10000 | 0 | 1000111 | 10100 | 1001010 | 111011 | 110100 |
Color Harmonies of #ABCC3C
Complementary color
Monochromatic Colors of #ABCC3C
Black with #ABCC3C
Text Example
Text Example
White with #ABCC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC3C; }
p { color: rgb(171,204,60); }
H1.HeaderClassName
{
color: #ABCC3C;
}
.AnyTagClassName
{
color: #ABCC3C;
}
</style>
background-color css
<style>
a { background-color: #ABCC3C; }
a { background-color: rgb(171,204,60); }
div.DivClassName
{
background-color: #ABCC3C;
}
.BgClassName
{
background-color: #ABCC3C;
}
</style>
border-color css
<style>
span { border-color: #ABCC3C; }
span { border-color: rgb(171,204,60); }
td.TdClassName
{
border-color: #ABCC3C;
}
.TagClassName
{
border-color: #ABCC3C;
}
</style>