Shades of Atlantis #ACD33E
Tints of Atlantis #ACD33E
RGB
CMYK
RGB Variations
Color information
#ACD33E (or 0xACD33E) is known color: Atlantis. HEX triplet: AC, D3 and 3E. RGB value is (172,211,62). Sum of RGB (Red+Green+Blue) = 172+211+62=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD33E is #532CC1. Grayscale: #B6B6B6. Windows color (decimal): -5450946 or 4117420. OLE color: 4117420.
HSL color Cylindrical-coordinate representation of color #ACD33E: hue angle of 75.7º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACD33E is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 62 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.17 |
| HSL | 75.7º | 0.63% | 0.54% | - |
| HSV(B) | 75.7º | 0.71% | 0.83% | - |
| XYZ | 41.18 | 55.71 | 13.14 | - |
| YUV | 182.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 62 | 0.18 | 0 | 0.71 | 0.17 | 75.7 | 0.63 | 0.54 |
| Hex | AC | D3 | 3E | 12 | 0 | 47 | 11 | 4C | 3F | 36 |
| Octal | 254 | 323 | 76 | 22 | 0 | 107 | 21 | 114 | 77 | 66 |
| Binary | 10101100 | 11010011 | 111110 | 10010 | 0 | 1000111 | 10001 | 1001100 | 111111 | 110110 |
Color Harmonies of #ACD33E
Complementary color
Monochromatic Colors of #ACD33E
Black with #ACD33E
Text Example
Text Example
White with #ACD33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD33E; }
p { color: rgb(172,211,62); }
H1.HeaderClassName
{
color: #ACD33E;
}
.AnyTagClassName
{
color: #ACD33E;
}
</style>
background-color css
<style>
a { background-color: #ACD33E; }
a { background-color: rgb(172,211,62); }
div.DivClassName
{
background-color: #ACD33E;
}
.BgClassName
{
background-color: #ACD33E;
}
</style>
border-color css
<style>
span { border-color: #ACD33E; }
span { border-color: rgb(172,211,62); }
td.TdClassName
{
border-color: #ACD33E;
}
.TagClassName
{
border-color: #ACD33E;
}
</style>