Shades of Atlantis #ABC93D
Tints of Atlantis #ABC93D
RGB
CMYK
RGB Variations
Color information
#ABC93D (or 0xABC93D) is known color: Atlantis. HEX triplet: AB, C9 and 3D. RGB value is (171,201,61). Sum of RGB (Red+Green+Blue) = 171+201+61=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC93D is #5436C2. Grayscale: #B0B0B0. Windows color (decimal): -5519043 or 4049323. OLE color: 4049323.
HSL color Cylindrical-coordinate representation of color #ABC93D: hue angle of 72.86º degrees, saturation: 0.56, 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 #ABC93D is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 61 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.21 |
| HSL | 72.86º | 0.56% | 0.51% | - |
| HSV(B) | 72.86º | 0.7% | 0.79% | - |
| XYZ | 38.52 | 50.77 | 12.18 | - |
| YUV | 176.07 | 63.06 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 61 | 0.15 | 0 | 0.70 | 0.21 | 72.86 | 0.56 | 0.51 |
| Hex | AB | C9 | 3D | F | 0 | 46 | 15 | 49 | 38 | 33 |
| Octal | 253 | 311 | 75 | 17 | 0 | 106 | 25 | 111 | 70 | 63 |
| Binary | 10101011 | 11001001 | 111101 | 1111 | 0 | 1000110 | 10101 | 1001001 | 111000 | 110011 |
Color Harmonies of #ABC93D
Complementary color
Monochromatic Colors of #ABC93D
Black with #ABC93D
Text Example
Text Example
White with #ABC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC93D; }
p { color: rgb(171,201,61); }
H1.HeaderClassName
{
color: #ABC93D;
}
.AnyTagClassName
{
color: #ABC93D;
}
</style>
background-color css
<style>
a { background-color: #ABC93D; }
a { background-color: rgb(171,201,61); }
div.DivClassName
{
background-color: #ABC93D;
}
.BgClassName
{
background-color: #ABC93D;
}
</style>
border-color css
<style>
span { border-color: #ABC93D; }
span { border-color: rgb(171,201,61); }
td.TdClassName
{
border-color: #ABC93D;
}
.TagClassName
{
border-color: #ABC93D;
}
</style>