Shades of Atlantis #ACD73F
Tints of Atlantis #ACD73F
RGB
CMYK
RGB Variations
Color information
#ACD73F (or 0xACD73F) is known color: Atlantis. HEX triplet: AC, D7 and 3F. RGB value is (172,215,63). Sum of RGB (Red+Green+Blue) = 172+215+63=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD73F is #5328C0. Grayscale: #B9B9B9. Windows color (decimal): -5449921 or 4183980. OLE color: 4183980.
HSL color Cylindrical-coordinate representation of color #ACD73F: hue angle of 76.97º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACD73F is Cyan = 0.2, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 63 | - |
| CMYK | 0.2 | 0 | 0.71 | 0.16 |
| HSL | 76.97º | 0.66% | 0.55% | - |
| HSV(B) | 76.97º | 0.71% | 0.84% | - |
| XYZ | 42.21 | 57.73 | 13.62 | - |
| YUV | 184.82 | 59.25 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 63 | 0.2 | 0 | 0.71 | 0.16 | 76.97 | 0.66 | 0.55 |
| Hex | AC | D7 | 3F | 14 | 0 | 47 | 10 | 4D | 42 | 37 |
| Octal | 254 | 327 | 77 | 24 | 0 | 107 | 20 | 115 | 102 | 67 |
| Binary | 10101100 | 11010111 | 111111 | 10100 | 0 | 1000111 | 10000 | 1001101 | 1000010 | 110111 |
Color Harmonies of #ACD73F
Complementary color
Monochromatic Colors of #ACD73F
Black with #ACD73F
Text Example
Text Example
White with #ACD73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD73F; }
p { color: rgb(172,215,63); }
H1.HeaderClassName
{
color: #ACD73F;
}
.AnyTagClassName
{
color: #ACD73F;
}
</style>
background-color css
<style>
a { background-color: #ACD73F; }
a { background-color: rgb(172,215,63); }
div.DivClassName
{
background-color: #ACD73F;
}
.BgClassName
{
background-color: #ACD73F;
}
</style>
border-color css
<style>
span { border-color: #ACD73F; }
span { border-color: rgb(172,215,63); }
td.TdClassName
{
border-color: #ACD73F;
}
.TagClassName
{
border-color: #ACD73F;
}
</style>