Shades of Atlantis #8AD347
Tints of Atlantis #8AD347
RGB
CMYK
RGB Variations
Color information
#8AD347 (or 0x8AD347) is known color: Atlantis. HEX triplet: 8A, D3 and 47. RGB value is (138,211,71). Sum of RGB (Red+Green+Blue) = 138+211+71=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD347 is #752CB8. Grayscale: #ADADAD. Windows color (decimal): -7679161 or 4707210. OLE color: 4707210.
HSL color Cylindrical-coordinate representation of color #8AD347: hue angle of 91.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AD347 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 71 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.17 |
| HSL | 91.29º | 0.61% | 0.55% | - |
| HSV(B) | 91.29º | 0.66% | 0.83% | - |
| XYZ | 34.91 | 52.45 | 14.24 | - |
| YUV | 173.21 | 70.32 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 71 | 0.35 | 0 | 0.66 | 0.17 | 91.29 | 0.61 | 0.55 |
| Hex | 8A | D3 | 47 | 23 | 0 | 42 | 11 | 5B | 3D | 37 |
| Octal | 212 | 323 | 107 | 43 | 0 | 102 | 21 | 133 | 75 | 67 |
| Binary | 10001010 | 11010011 | 1000111 | 100011 | 0 | 1000010 | 10001 | 1011011 | 111101 | 110111 |
Color Harmonies of #8AD347
Complementary color
Monochromatic Colors of #8AD347
Black with #8AD347
Text Example
Text Example
White with #8AD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD347; }
p { color: rgb(138,211,71); }
H1.HeaderClassName
{
color: #8AD347;
}
.AnyTagClassName
{
color: #8AD347;
}
</style>
background-color css
<style>
a { background-color: #8AD347; }
a { background-color: rgb(138,211,71); }
div.DivClassName
{
background-color: #8AD347;
}
.BgClassName
{
background-color: #8AD347;
}
</style>
border-color css
<style>
span { border-color: #8AD347; }
span { border-color: rgb(138,211,71); }
td.TdClassName
{
border-color: #8AD347;
}
.TagClassName
{
border-color: #8AD347;
}
</style>