Shades of Atlantis #8AD040
Tints of Atlantis #8AD040
RGB
CMYK
RGB Variations
Color information
#8AD040 (or 0x8AD040) is known color: Atlantis. HEX triplet: 8A, D0 and 40. RGB value is (138,208,64). Sum of RGB (Red+Green+Blue) = 138+208+64=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD040 is #752FBF. Grayscale: #ABABAB. Windows color (decimal): -7679936 or 4247690. OLE color: 4247690.
HSL color Cylindrical-coordinate representation of color #8AD040: hue angle of 89.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AD040 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 64 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.18 |
| HSL | 89.17º | 0.61% | 0.53% | - |
| HSV(B) | 89.17º | 0.69% | 0.82% | - |
| XYZ | 33.96 | 50.89 | 12.88 | - |
| YUV | 170.65 | 67.81 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 64 | 0.34 | 0 | 0.69 | 0.18 | 89.17 | 0.61 | 0.53 |
| Hex | 8A | D0 | 40 | 22 | 0 | 45 | 12 | 59 | 3D | 35 |
| Octal | 212 | 320 | 100 | 42 | 0 | 105 | 22 | 131 | 75 | 65 |
| Binary | 10001010 | 11010000 | 1000000 | 100010 | 0 | 1000101 | 10010 | 1011001 | 111101 | 110101 |
Color Harmonies of #8AD040
Complementary color
Monochromatic Colors of #8AD040
Black with #8AD040
Text Example
Text Example
White with #8AD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD040; }
p { color: rgb(138,208,64); }
H1.HeaderClassName
{
color: #8AD040;
}
.AnyTagClassName
{
color: #8AD040;
}
</style>
background-color css
<style>
a { background-color: #8AD040; }
a { background-color: rgb(138,208,64); }
div.DivClassName
{
background-color: #8AD040;
}
.BgClassName
{
background-color: #8AD040;
}
</style>
border-color css
<style>
span { border-color: #8AD040; }
span { border-color: rgb(138,208,64); }
td.TdClassName
{
border-color: #8AD040;
}
.TagClassName
{
border-color: #8AD040;
}
</style>