Shades of Atlantis #ACD43F
Tints of Atlantis #ACD43F
RGB
CMYK
RGB Variations
Color information
#ACD43F (or 0xACD43F) is known color: Atlantis. HEX triplet: AC, D4 and 3F. RGB value is (172,212,63). Sum of RGB (Red+Green+Blue) = 172+212+63=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD43F is #532BC0. Grayscale: #B7B7B7. Windows color (decimal): -5450689 or 4183212. OLE color: 4183212.
HSL color Cylindrical-coordinate representation of color #ACD43F: hue angle of 76.11º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACD43F is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 63 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.17 |
| HSL | 76.11º | 0.63% | 0.54% | - |
| HSV(B) | 76.11º | 0.7% | 0.83% | - |
| XYZ | 41.45 | 56.22 | 13.37 | - |
| YUV | 183.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 63 | 0.19 | 0 | 0.70 | 0.17 | 76.11 | 0.63 | 0.54 |
| Hex | AC | D4 | 3F | 13 | 0 | 46 | 11 | 4C | 3F | 36 |
| Octal | 254 | 324 | 77 | 23 | 0 | 106 | 21 | 114 | 77 | 66 |
| Binary | 10101100 | 11010100 | 111111 | 10011 | 0 | 1000110 | 10001 | 1001100 | 111111 | 110110 |
Color Harmonies of #ACD43F
Complementary color
Monochromatic Colors of #ACD43F
Black with #ACD43F
Text Example
Text Example
White with #ACD43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD43F; }
p { color: rgb(172,212,63); }
H1.HeaderClassName
{
color: #ACD43F;
}
.AnyTagClassName
{
color: #ACD43F;
}
</style>
background-color css
<style>
a { background-color: #ACD43F; }
a { background-color: rgb(172,212,63); }
div.DivClassName
{
background-color: #ACD43F;
}
.BgClassName
{
background-color: #ACD43F;
}
</style>
border-color css
<style>
span { border-color: #ACD43F; }
span { border-color: rgb(172,212,63); }
td.TdClassName
{
border-color: #ACD43F;
}
.TagClassName
{
border-color: #ACD43F;
}
</style>