Shades of Atlantis #ACDF30
Tints of Atlantis #ACDF30
RGB
CMYK
RGB Variations
Color information
#ACDF30 (or 0xACDF30) is known color: Atlantis. HEX triplet: AC, DF and 30. RGB value is (172,223,48). Sum of RGB (Red+Green+Blue) = 172+223+48=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF30 is #5320CF. Grayscale: #BCBCBC. Windows color (decimal): -5447888 or 3202988. OLE color: 3202988.
HSL color Cylindrical-coordinate representation of color #ACDF30: hue angle of 77.49º degrees, saturation: 0.73, 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 #ACDF30 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 48 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.13 |
| HSL | 77.49º | 0.73% | 0.53% | - |
| HSV(B) | 77.49º | 0.78% | 0.87% | - |
| XYZ | 43.93 | 61.76 | 12.4 | - |
| YUV | 187.8 | 49.1 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 48 | 0.23 | 0 | 0.78 | 0.13 | 77.49 | 0.73 | 0.53 |
| Hex | AC | DF | 30 | 17 | 0 | 4E | D | 4D | 49 | 35 |
| Octal | 254 | 337 | 60 | 27 | 0 | 116 | 15 | 115 | 111 | 65 |
| Binary | 10101100 | 11011111 | 110000 | 10111 | 0 | 1001110 | 1101 | 1001101 | 1001001 | 110101 |
Color Harmonies of #ACDF30
Complementary color
Monochromatic Colors of #ACDF30
Black with #ACDF30
Text Example
Text Example
White with #ACDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF30; }
p { color: rgb(172,223,48); }
H1.HeaderClassName
{
color: #ACDF30;
}
.AnyTagClassName
{
color: #ACDF30;
}
</style>
background-color css
<style>
a { background-color: #ACDF30; }
a { background-color: rgb(172,223,48); }
div.DivClassName
{
background-color: #ACDF30;
}
.BgClassName
{
background-color: #ACDF30;
}
</style>
border-color css
<style>
span { border-color: #ACDF30; }
span { border-color: rgb(172,223,48); }
td.TdClassName
{
border-color: #ACDF30;
}
.TagClassName
{
border-color: #ACDF30;
}
</style>