Shades of Atlantis #ACD038
Tints of Atlantis #ACD038
RGB
CMYK
RGB Variations
Color information
#ACD038 (or 0xACD038) is known color: Atlantis. HEX triplet: AC, D0 and 38. RGB value is (172,208,56). Sum of RGB (Red+Green+Blue) = 172+208+56=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD038 is #532FC7. Grayscale: #B4B4B4. Windows color (decimal): -5451720 or 3723436. OLE color: 3723436.
HSL color Cylindrical-coordinate representation of color #ACD038: hue angle of 74.21º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACD038 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 56 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.18 |
| HSL | 74.21º | 0.62% | 0.52% | - |
| HSV(B) | 74.21º | 0.73% | 0.82% | - |
| XYZ | 40.28 | 54.17 | 12.07 | - |
| YUV | 179.91 | 58.07 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 56 | 0.17 | 0 | 0.73 | 0.18 | 74.21 | 0.62 | 0.52 |
| Hex | AC | D0 | 38 | 11 | 0 | 49 | 12 | 4A | 3E | 34 |
| Octal | 254 | 320 | 70 | 21 | 0 | 111 | 22 | 112 | 76 | 64 |
| Binary | 10101100 | 11010000 | 111000 | 10001 | 0 | 1001001 | 10010 | 1001010 | 111110 | 110100 |
Color Harmonies of #ACD038
Complementary color
Monochromatic Colors of #ACD038
Black with #ACD038
Text Example
Text Example
White with #ACD038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD038; }
p { color: rgb(172,208,56); }
H1.HeaderClassName
{
color: #ACD038;
}
.AnyTagClassName
{
color: #ACD038;
}
</style>
background-color css
<style>
a { background-color: #ACD038; }
a { background-color: rgb(172,208,56); }
div.DivClassName
{
background-color: #ACD038;
}
.BgClassName
{
background-color: #ACD038;
}
</style>
border-color css
<style>
span { border-color: #ACD038; }
span { border-color: rgb(172,208,56); }
td.TdClassName
{
border-color: #ACD038;
}
.TagClassName
{
border-color: #ACD038;
}
</style>