Shades of Atlantis #ACD03B
Tints of Atlantis #ACD03B
RGB
CMYK
RGB Variations
Color information
#ACD03B (or 0xACD03B) is known color: Atlantis. HEX triplet: AC, D0 and 3B. RGB value is (172,208,59). Sum of RGB (Red+Green+Blue) = 172+208+59=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD03B is #532FC4. Grayscale: #B4B4B4. Windows color (decimal): -5451717 or 3920044. OLE color: 3920044.
HSL color Cylindrical-coordinate representation of color #ACD03B: hue angle of 74.5º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACD03B is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 59 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.18 |
| HSL | 74.5º | 0.61% | 0.52% | - |
| HSV(B) | 74.5º | 0.72% | 0.82% | - |
| XYZ | 40.36 | 54.2 | 12.47 | - |
| YUV | 180.25 | 59.57 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 59 | 0.17 | 0 | 0.72 | 0.18 | 74.5 | 0.61 | 0.52 |
| Hex | AC | D0 | 3B | 11 | 0 | 48 | 12 | 4A | 3D | 34 |
| Octal | 254 | 320 | 73 | 21 | 0 | 110 | 22 | 112 | 75 | 64 |
| Binary | 10101100 | 11010000 | 111011 | 10001 | 0 | 1001000 | 10010 | 1001010 | 111101 | 110100 |
Color Harmonies of #ACD03B
Complementary color
Monochromatic Colors of #ACD03B
Black with #ACD03B
Text Example
Text Example
White with #ACD03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD03B; }
p { color: rgb(172,208,59); }
H1.HeaderClassName
{
color: #ACD03B;
}
.AnyTagClassName
{
color: #ACD03B;
}
</style>
background-color css
<style>
a { background-color: #ACD03B; }
a { background-color: rgb(172,208,59); }
div.DivClassName
{
background-color: #ACD03B;
}
.BgClassName
{
background-color: #ACD03B;
}
</style>
border-color css
<style>
span { border-color: #ACD03B; }
span { border-color: rgb(172,208,59); }
td.TdClassName
{
border-color: #ACD03B;
}
.TagClassName
{
border-color: #ACD03B;
}
</style>