Shades of Atlantis #ABDF3D
Tints of Atlantis #ABDF3D
RGB
CMYK
RGB Variations
Color information
#ABDF3D (or 0xABDF3D) is known color: Atlantis. HEX triplet: AB, DF and 3D. RGB value is (171,223,61). Sum of RGB (Red+Green+Blue) = 171+223+61=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF3D is #5420C2. Grayscale: #BDBDBD. Windows color (decimal): -5513411 or 4054955. OLE color: 4054955.
HSL color Cylindrical-coordinate representation of color #ABDF3D: hue angle of 79.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABDF3D is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 61 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.13 |
| HSL | 79.26º | 0.72% | 0.56% | - |
| HSV(B) | 79.26º | 0.73% | 0.87% | - |
| XYZ | 44.02 | 61.77 | 14.02 | - |
| YUV | 188.98 | 55.77 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 61 | 0.23 | 0 | 0.73 | 0.13 | 79.26 | 0.72 | 0.56 |
| Hex | AB | DF | 3D | 17 | 0 | 49 | D | 4F | 48 | 38 |
| Octal | 253 | 337 | 75 | 27 | 0 | 111 | 15 | 117 | 110 | 70 |
| Binary | 10101011 | 11011111 | 111101 | 10111 | 0 | 1001001 | 1101 | 1001111 | 1001000 | 111000 |
Color Harmonies of #ABDF3D
Complementary color
Monochromatic Colors of #ABDF3D
Black with #ABDF3D
Text Example
Text Example
White with #ABDF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF3D; }
p { color: rgb(171,223,61); }
H1.HeaderClassName
{
color: #ABDF3D;
}
.AnyTagClassName
{
color: #ABDF3D;
}
</style>
background-color css
<style>
a { background-color: #ABDF3D; }
a { background-color: rgb(171,223,61); }
div.DivClassName
{
background-color: #ABDF3D;
}
.BgClassName
{
background-color: #ABDF3D;
}
</style>
border-color css
<style>
span { border-color: #ABDF3D; }
span { border-color: rgb(171,223,61); }
td.TdClassName
{
border-color: #ABDF3D;
}
.TagClassName
{
border-color: #ABDF3D;
}
</style>