Shades of Atlantis #ACD33D
Tints of Atlantis #ACD33D
RGB
CMYK
RGB Variations
Color information
#ACD33D (or 0xACD33D) is known color: Atlantis. HEX triplet: AC, D3 and 3D. RGB value is (172,211,61). Sum of RGB (Red+Green+Blue) = 172+211+61=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD33D is #532CC2. Grayscale: #B6B6B6. Windows color (decimal): -5450947 or 4051884. OLE color: 4051884.
HSL color Cylindrical-coordinate representation of color #ACD33D: hue angle of 75.6º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACD33D is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 61 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.17 |
| HSL | 75.6º | 0.63% | 0.53% | - |
| HSV(B) | 75.6º | 0.71% | 0.83% | - |
| XYZ | 41.15 | 55.7 | 13 | - |
| YUV | 182.24 | 59.58 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 61 | 0.18 | 0 | 0.71 | 0.17 | 75.6 | 0.63 | 0.53 |
| Hex | AC | D3 | 3D | 12 | 0 | 47 | 11 | 4C | 3F | 35 |
| Octal | 254 | 323 | 75 | 22 | 0 | 107 | 21 | 114 | 77 | 65 |
| Binary | 10101100 | 11010011 | 111101 | 10010 | 0 | 1000111 | 10001 | 1001100 | 111111 | 110101 |
Color Harmonies of #ACD33D
Complementary color
Monochromatic Colors of #ACD33D
Black with #ACD33D
Text Example
Text Example
White with #ACD33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD33D; }
p { color: rgb(172,211,61); }
H1.HeaderClassName
{
color: #ACD33D;
}
.AnyTagClassName
{
color: #ACD33D;
}
</style>
background-color css
<style>
a { background-color: #ACD33D; }
a { background-color: rgb(172,211,61); }
div.DivClassName
{
background-color: #ACD33D;
}
.BgClassName
{
background-color: #ACD33D;
}
</style>
border-color css
<style>
span { border-color: #ACD33D; }
span { border-color: rgb(172,211,61); }
td.TdClassName
{
border-color: #ACD33D;
}
.TagClassName
{
border-color: #ACD33D;
}
</style>