Shades of Atlantis #ABDD30
Tints of Atlantis #ABDD30
RGB
CMYK
RGB Variations
Color information
#ABDD30 (or 0xABDD30) is known color: Atlantis. HEX triplet: AB, DD and 30. RGB value is (171,221,48). Sum of RGB (Red+Green+Blue) = 171+221+48=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD30 is #5422CF. Grayscale: #BABABA. Windows color (decimal): -5513936 or 3202475. OLE color: 3202475.
HSL color Cylindrical-coordinate representation of color #ABDD30: hue angle of 77.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABDD30 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 48 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.13 |
| HSL | 77.34º | 0.72% | 0.53% | - |
| HSV(B) | 77.34º | 0.78% | 0.87% | - |
| XYZ | 43.18 | 60.58 | 12.21 | - |
| YUV | 186.33 | 49.94 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 48 | 0.23 | 0 | 0.78 | 0.13 | 77.34 | 0.72 | 0.53 |
| Hex | AB | DD | 30 | 17 | 0 | 4E | D | 4D | 48 | 35 |
| Octal | 253 | 335 | 60 | 27 | 0 | 116 | 15 | 115 | 110 | 65 |
| Binary | 10101011 | 11011101 | 110000 | 10111 | 0 | 1001110 | 1101 | 1001101 | 1001000 | 110101 |
Color Harmonies of #ABDD30
Complementary color
Monochromatic Colors of #ABDD30
Black with #ABDD30
Text Example
Text Example
White with #ABDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD30; }
p { color: rgb(171,221,48); }
H1.HeaderClassName
{
color: #ABDD30;
}
.AnyTagClassName
{
color: #ABDD30;
}
</style>
background-color css
<style>
a { background-color: #ABDD30; }
a { background-color: rgb(171,221,48); }
div.DivClassName
{
background-color: #ABDD30;
}
.BgClassName
{
background-color: #ABDD30;
}
</style>
border-color css
<style>
span { border-color: #ABDD30; }
span { border-color: rgb(171,221,48); }
td.TdClassName
{
border-color: #ABDD30;
}
.TagClassName
{
border-color: #ABDD30;
}
</style>