Shades of Atlantis #ABC93C
Tints of Atlantis #ABC93C
RGB
CMYK
RGB Variations
Color information
#ABC93C (or 0xABC93C) is known color: Atlantis. HEX triplet: AB, C9 and 3C. RGB value is (171,201,60). Sum of RGB (Red+Green+Blue) = 171+201+60=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC93C is #5436C3. Grayscale: #B0B0B0. Windows color (decimal): -5519044 or 3983787. OLE color: 3983787.
HSL color Cylindrical-coordinate representation of color #ABC93C: hue angle of 72.77º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABC93C is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 60 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.21 |
| HSL | 72.77º | 0.57% | 0.51% | - |
| HSV(B) | 72.77º | 0.7% | 0.79% | - |
| XYZ | 38.5 | 50.76 | 12.04 | - |
| YUV | 175.96 | 62.56 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 60 | 0.15 | 0 | 0.70 | 0.21 | 72.77 | 0.57 | 0.51 |
| Hex | AB | C9 | 3C | F | 0 | 46 | 15 | 49 | 39 | 33 |
| Octal | 253 | 311 | 74 | 17 | 0 | 106 | 25 | 111 | 71 | 63 |
| Binary | 10101011 | 11001001 | 111100 | 1111 | 0 | 1000110 | 10101 | 1001001 | 111001 | 110011 |
Color Harmonies of #ABC93C
Complementary color
Monochromatic Colors of #ABC93C
Black with #ABC93C
Text Example
Text Example
White with #ABC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC93C; }
p { color: rgb(171,201,60); }
H1.HeaderClassName
{
color: #ABC93C;
}
.AnyTagClassName
{
color: #ABC93C;
}
</style>
background-color css
<style>
a { background-color: #ABC93C; }
a { background-color: rgb(171,201,60); }
div.DivClassName
{
background-color: #ABC93C;
}
.BgClassName
{
background-color: #ABC93C;
}
</style>
border-color css
<style>
span { border-color: #ABC93C; }
span { border-color: rgb(171,201,60); }
td.TdClassName
{
border-color: #ABC93C;
}
.TagClassName
{
border-color: #ABC93C;
}
</style>