Shades of Atlantis #8AD046
Tints of Atlantis #8AD046
RGB
CMYK
RGB Variations
Color information
#8AD046 (or 0x8AD046) is known color: Atlantis. HEX triplet: 8A, D0 and 46. RGB value is (138,208,70). Sum of RGB (Red+Green+Blue) = 138+208+70=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD046 is #752FB9. Grayscale: #ABABAB. Windows color (decimal): -7679930 or 4640906. OLE color: 4640906.
HSL color Cylindrical-coordinate representation of color #8AD046: hue angle of 90.43º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AD046 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 70 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.18 |
| HSL | 90.43º | 0.59% | 0.55% | - |
| HSV(B) | 90.43º | 0.66% | 0.82% | - |
| XYZ | 34.14 | 50.96 | 13.83 | - |
| YUV | 171.34 | 70.81 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 70 | 0.34 | 0 | 0.66 | 0.18 | 90.43 | 0.59 | 0.55 |
| Hex | 8A | D0 | 46 | 22 | 0 | 42 | 12 | 5A | 3B | 37 |
| Octal | 212 | 320 | 106 | 42 | 0 | 102 | 22 | 132 | 73 | 67 |
| Binary | 10001010 | 11010000 | 1000110 | 100010 | 0 | 1000010 | 10010 | 1011010 | 111011 | 110111 |
Color Harmonies of #8AD046
Complementary color
Monochromatic Colors of #8AD046
Black with #8AD046
Text Example
Text Example
White with #8AD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD046; }
p { color: rgb(138,208,70); }
H1.HeaderClassName
{
color: #8AD046;
}
.AnyTagClassName
{
color: #8AD046;
}
</style>
background-color css
<style>
a { background-color: #8AD046; }
a { background-color: rgb(138,208,70); }
div.DivClassName
{
background-color: #8AD046;
}
.BgClassName
{
background-color: #8AD046;
}
</style>
border-color css
<style>
span { border-color: #8AD046; }
span { border-color: rgb(138,208,70); }
td.TdClassName
{
border-color: #8AD046;
}
.TagClassName
{
border-color: #8AD046;
}
</style>