Shades of Atlantis #8ADD42
Tints of Atlantis #8ADD42
RGB
CMYK
RGB Variations
Color information
#8ADD42 (or 0x8ADD42) is known color: Atlantis. HEX triplet: 8A, DD and 42. RGB value is (138,221,66). Sum of RGB (Red+Green+Blue) = 138+221+66=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADD42 is #7522BD. Grayscale: #B3B3B3. Windows color (decimal): -7676606 or 4382090. OLE color: 4382090.
HSL color Cylindrical-coordinate representation of color #8ADD42: hue angle of 92.13º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8ADD42 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 66 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.13 |
| HSL | 92.13º | 0.7% | 0.56% | - |
| HSV(B) | 92.13º | 0.7% | 0.87% | - |
| XYZ | 37.32 | 57.51 | 14.29 | - |
| YUV | 178.51 | 64.5 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 66 | 0.38 | 0 | 0.70 | 0.13 | 92.13 | 0.7 | 0.56 |
| Hex | 8A | DD | 42 | 26 | 0 | 46 | D | 5C | 46 | 38 |
| Octal | 212 | 335 | 102 | 46 | 0 | 106 | 15 | 134 | 106 | 70 |
| Binary | 10001010 | 11011101 | 1000010 | 100110 | 0 | 1000110 | 1101 | 1011100 | 1000110 | 111000 |
Color Harmonies of #8ADD42
Complementary color
Monochromatic Colors of #8ADD42
Black with #8ADD42
Text Example
Text Example
White with #8ADD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD42; }
p { color: rgb(138,221,66); }
H1.HeaderClassName
{
color: #8ADD42;
}
.AnyTagClassName
{
color: #8ADD42;
}
</style>
background-color css
<style>
a { background-color: #8ADD42; }
a { background-color: rgb(138,221,66); }
div.DivClassName
{
background-color: #8ADD42;
}
.BgClassName
{
background-color: #8ADD42;
}
</style>
border-color css
<style>
span { border-color: #8ADD42; }
span { border-color: rgb(138,221,66); }
td.TdClassName
{
border-color: #8ADD42;
}
.TagClassName
{
border-color: #8ADD42;
}
</style>