Shades of Atlantis #ACD733
Tints of Atlantis #ACD733
RGB
CMYK
RGB Variations
Color information
#ACD733 (or 0xACD733) is known color: Atlantis. HEX triplet: AC, D7 and 33. RGB value is (172,215,51). Sum of RGB (Red+Green+Blue) = 172+215+51=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD733 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD733 is #5328CC. Grayscale: #B8B8B8. Windows color (decimal): -5449933 or 3397548. OLE color: 3397548.
HSL color Cylindrical-coordinate representation of color #ACD733: hue angle of 75.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACD733 is Cyan = 0.2, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 51 | - |
| CMYK | 0.2 | 0 | 0.76 | 0.16 |
| HSL | 75.73º | 0.67% | 0.52% | - |
| HSV(B) | 75.73º | 0.76% | 0.84% | - |
| XYZ | 41.91 | 57.61 | 12.04 | - |
| YUV | 183.45 | 53.25 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 51 | 0.2 | 0 | 0.76 | 0.16 | 75.73 | 0.67 | 0.52 |
| Hex | AC | D7 | 33 | 14 | 0 | 4C | 10 | 4C | 43 | 34 |
| Octal | 254 | 327 | 63 | 24 | 0 | 114 | 20 | 114 | 103 | 64 |
| Binary | 10101100 | 11010111 | 110011 | 10100 | 0 | 1001100 | 10000 | 1001100 | 1000011 | 110100 |
Color Harmonies of #ACD733
Complementary color
Monochromatic Colors of #ACD733
Black with #ACD733
Text Example
Text Example
White with #ACD733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD733; }
p { color: rgb(172,215,51); }
H1.HeaderClassName
{
color: #ACD733;
}
.AnyTagClassName
{
color: #ACD733;
}
</style>
background-color css
<style>
a { background-color: #ACD733; }
a { background-color: rgb(172,215,51); }
div.DivClassName
{
background-color: #ACD733;
}
.BgClassName
{
background-color: #ACD733;
}
</style>
border-color css
<style>
span { border-color: #ACD733; }
span { border-color: rgb(172,215,51); }
td.TdClassName
{
border-color: #ACD733;
}
.TagClassName
{
border-color: #ACD733;
}
</style>