Shades of Atlantis #8ADD39
Tints of Atlantis #8ADD39
RGB
CMYK
RGB Variations
Color information
#8ADD39 (or 0x8ADD39) is known color: Atlantis. HEX triplet: 8A, DD and 39. RGB value is (138,221,57). Sum of RGB (Red+Green+Blue) = 138+221+57=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADD39 is #7522C6. Grayscale: #B2B2B2. Windows color (decimal): -7676615 or 3792266. OLE color: 3792266.
HSL color Cylindrical-coordinate representation of color #8ADD39: hue angle of 90.37º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8ADD39 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 57 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.13 |
| HSL | 90.37º | 0.71% | 0.55% | - |
| HSV(B) | 90.37º | 0.74% | 0.87% | - |
| XYZ | 37.08 | 57.41 | 13 | - |
| YUV | 177.49 | 60 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 57 | 0.38 | 0 | 0.74 | 0.13 | 90.37 | 0.71 | 0.55 |
| Hex | 8A | DD | 39 | 26 | 0 | 4A | D | 5A | 47 | 37 |
| Octal | 212 | 335 | 71 | 46 | 0 | 112 | 15 | 132 | 107 | 67 |
| Binary | 10001010 | 11011101 | 111001 | 100110 | 0 | 1001010 | 1101 | 1011010 | 1000111 | 110111 |
Color Harmonies of #8ADD39
Complementary color
Monochromatic Colors of #8ADD39
Black with #8ADD39
Text Example
Text Example
White with #8ADD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD39; }
p { color: rgb(138,221,57); }
H1.HeaderClassName
{
color: #8ADD39;
}
.AnyTagClassName
{
color: #8ADD39;
}
</style>
background-color css
<style>
a { background-color: #8ADD39; }
a { background-color: rgb(138,221,57); }
div.DivClassName
{
background-color: #8ADD39;
}
.BgClassName
{
background-color: #8ADD39;
}
</style>
border-color css
<style>
span { border-color: #8ADD39; }
span { border-color: rgb(138,221,57); }
td.TdClassName
{
border-color: #8ADD39;
}
.TagClassName
{
border-color: #8ADD39;
}
</style>