Shades of Atlantis #ACD93D
Tints of Atlantis #ACD93D
RGB
CMYK
RGB Variations
Color information
#ACD93D (or 0xACD93D) is known color: Atlantis. HEX triplet: AC, D9 and 3D. RGB value is (172,217,61). Sum of RGB (Red+Green+Blue) = 172+217+61=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD93D is #5326C2. Grayscale: #BABABA. Windows color (decimal): -5449411 or 4053420. OLE color: 4053420.
HSL color Cylindrical-coordinate representation of color #ACD93D: hue angle of 77.31º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACD93D is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 61 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.15 |
| HSL | 77.31º | 0.67% | 0.55% | - |
| HSV(B) | 77.31º | 0.72% | 0.85% | - |
| XYZ | 42.67 | 58.73 | 13.5 | - |
| YUV | 185.76 | 57.59 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 61 | 0.21 | 0 | 0.72 | 0.15 | 77.31 | 0.67 | 0.55 |
| Hex | AC | D9 | 3D | 15 | 0 | 48 | F | 4D | 43 | 37 |
| Octal | 254 | 331 | 75 | 25 | 0 | 110 | 17 | 115 | 103 | 67 |
| Binary | 10101100 | 11011001 | 111101 | 10101 | 0 | 1001000 | 1111 | 1001101 | 1000011 | 110111 |
Color Harmonies of #ACD93D
Complementary color
Monochromatic Colors of #ACD93D
Black with #ACD93D
Text Example
Text Example
White with #ACD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD93D; }
p { color: rgb(172,217,61); }
H1.HeaderClassName
{
color: #ACD93D;
}
.AnyTagClassName
{
color: #ACD93D;
}
</style>
background-color css
<style>
a { background-color: #ACD93D; }
a { background-color: rgb(172,217,61); }
div.DivClassName
{
background-color: #ACD93D;
}
.BgClassName
{
background-color: #ACD93D;
}
</style>
border-color css
<style>
span { border-color: #ACD93D; }
span { border-color: rgb(172,217,61); }
td.TdClassName
{
border-color: #ACD93D;
}
.TagClassName
{
border-color: #ACD93D;
}
</style>