Shades of Atlantis #8AD042
Tints of Atlantis #8AD042
RGB
CMYK
RGB Variations
Color information
#8AD042 (or 0x8AD042) is known color: Atlantis. HEX triplet: 8A, D0 and 42. RGB value is (138,208,66). Sum of RGB (Red+Green+Blue) = 138+208+66=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD042 is #752FBD. Grayscale: #ABABAB. Windows color (decimal): -7679934 or 4378762. OLE color: 4378762.
HSL color Cylindrical-coordinate representation of color #8AD042: hue angle of 89.58º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AD042 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 66 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.18 |
| HSL | 89.58º | 0.6% | 0.54% | - |
| HSV(B) | 89.58º | 0.68% | 0.82% | - |
| XYZ | 34.02 | 50.91 | 13.19 | - |
| YUV | 170.88 | 68.81 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 66 | 0.34 | 0 | 0.68 | 0.18 | 89.58 | 0.6 | 0.54 |
| Hex | 8A | D0 | 42 | 22 | 0 | 44 | 12 | 5A | 3C | 36 |
| Octal | 212 | 320 | 102 | 42 | 0 | 104 | 22 | 132 | 74 | 66 |
| Binary | 10001010 | 11010000 | 1000010 | 100010 | 0 | 1000100 | 10010 | 1011010 | 111100 | 110110 |
Color Harmonies of #8AD042
Complementary color
Monochromatic Colors of #8AD042
Black with #8AD042
Text Example
Text Example
White with #8AD042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD042; }
p { color: rgb(138,208,66); }
H1.HeaderClassName
{
color: #8AD042;
}
.AnyTagClassName
{
color: #8AD042;
}
</style>
background-color css
<style>
a { background-color: #8AD042; }
a { background-color: rgb(138,208,66); }
div.DivClassName
{
background-color: #8AD042;
}
.BgClassName
{
background-color: #8AD042;
}
</style>
border-color css
<style>
span { border-color: #8AD042; }
span { border-color: rgb(138,208,66); }
td.TdClassName
{
border-color: #8AD042;
}
.TagClassName
{
border-color: #8AD042;
}
</style>