Shades of Atlantis #ABC83C
Tints of Atlantis #ABC83C
RGB
CMYK
RGB Variations
Color information
#ABC83C (or 0xABC83C) is known color: Atlantis. HEX triplet: AB, C8 and 3C. RGB value is (171,200,60). Sum of RGB (Red+Green+Blue) = 171+200+60=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC83C is #5437C3. Grayscale: #AFAFAF. Windows color (decimal): -5519300 or 3983531. OLE color: 3983531.
HSL color Cylindrical-coordinate representation of color #ABC83C: hue angle of 72.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABC83C is Cyan = 0.14, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 60 | - |
| CMYK | 0.14 | 0 | 0.7 | 0.22 |
| HSL | 72.43º | 0.56% | 0.51% | - |
| HSV(B) | 72.43º | 0.7% | 0.78% | - |
| XYZ | 38.26 | 50.29 | 11.97 | - |
| YUV | 175.37 | 62.89 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 60 | 0.14 | 0 | 0.7 | 0.22 | 72.43 | 0.56 | 0.51 |
| Hex | AB | C8 | 3C | E | 0 | 46 | 16 | 48 | 38 | 33 |
| Octal | 253 | 310 | 74 | 16 | 0 | 106 | 26 | 110 | 70 | 63 |
| Binary | 10101011 | 11001000 | 111100 | 1110 | 0 | 1000110 | 10110 | 1001000 | 111000 | 110011 |
Color Harmonies of #ABC83C
Complementary color
Monochromatic Colors of #ABC83C
Black with #ABC83C
Text Example
Text Example
White with #ABC83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC83C; }
p { color: rgb(171,200,60); }
H1.HeaderClassName
{
color: #ABC83C;
}
.AnyTagClassName
{
color: #ABC83C;
}
</style>
background-color css
<style>
a { background-color: #ABC83C; }
a { background-color: rgb(171,200,60); }
div.DivClassName
{
background-color: #ABC83C;
}
.BgClassName
{
background-color: #ABC83C;
}
</style>
border-color css
<style>
span { border-color: #ABC83C; }
span { border-color: rgb(171,200,60); }
td.TdClassName
{
border-color: #ABC83C;
}
.TagClassName
{
border-color: #ABC83C;
}
</style>