Shades of Atlantis #8AD047
Tints of Atlantis #8AD047
RGB
CMYK
RGB Variations
Color information
#8AD047 (or 0x8AD047) is known color: Atlantis. HEX triplet: 8A, D0 and 47. RGB value is (138,208,71). Sum of RGB (Red+Green+Blue) = 138+208+71=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD047 is #752FB8. Grayscale: #ABABAB. Windows color (decimal): -7679929 or 4706442. OLE color: 4706442.
HSL color Cylindrical-coordinate representation of color #8AD047: hue angle of 90.66º 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 #8AD047 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 71 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.18 |
| HSL | 90.66º | 0.59% | 0.55% | - |
| HSV(B) | 90.66º | 0.66% | 0.82% | - |
| XYZ | 34.17 | 50.97 | 14 | - |
| YUV | 171.45 | 71.31 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 71 | 0.34 | 0 | 0.66 | 0.18 | 90.66 | 0.59 | 0.55 |
| Hex | 8A | D0 | 47 | 22 | 0 | 42 | 12 | 5B | 3B | 37 |
| Octal | 212 | 320 | 107 | 42 | 0 | 102 | 22 | 133 | 73 | 67 |
| Binary | 10001010 | 11010000 | 1000111 | 100010 | 0 | 1000010 | 10010 | 1011011 | 111011 | 110111 |
Color Harmonies of #8AD047
Complementary color
Monochromatic Colors of #8AD047
Black with #8AD047
Text Example
Text Example
White with #8AD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD047; }
p { color: rgb(138,208,71); }
H1.HeaderClassName
{
color: #8AD047;
}
.AnyTagClassName
{
color: #8AD047;
}
</style>
background-color css
<style>
a { background-color: #8AD047; }
a { background-color: rgb(138,208,71); }
div.DivClassName
{
background-color: #8AD047;
}
.BgClassName
{
background-color: #8AD047;
}
</style>
border-color css
<style>
span { border-color: #8AD047; }
span { border-color: rgb(138,208,71); }
td.TdClassName
{
border-color: #8AD047;
}
.TagClassName
{
border-color: #8AD047;
}
</style>