Shades of Atlantis #8AC440
Tints of Atlantis #8AC440
RGB
CMYK
RGB Variations
Color information
#8AC440 (or 0x8AC440) is known color: Atlantis. HEX triplet: 8A, C4 and 40. RGB value is (138,196,64). Sum of RGB (Red+Green+Blue) = 138+196+64=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC440 is #753BBF. Grayscale: #A4A4A4. Windows color (decimal): -7683008 or 4244618. OLE color: 4244618.
HSL color Cylindrical-coordinate representation of color #8AC440: hue angle of 86.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AC440 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 196 | 64 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.23 |
| HSL | 86.36º | 0.53% | 0.51% | - |
| HSV(B) | 86.36º | 0.67% | 0.77% | - |
| XYZ | 31.15 | 45.25 | 11.94 | - |
| YUV | 163.61 | 71.78 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 196 | 64 | 0.30 | 0 | 0.67 | 0.23 | 86.36 | 0.53 | 0.51 |
| Hex | 8A | C4 | 40 | 1E | 0 | 43 | 17 | 56 | 35 | 33 |
| Octal | 212 | 304 | 100 | 36 | 0 | 103 | 27 | 126 | 65 | 63 |
| Binary | 10001010 | 11000100 | 1000000 | 11110 | 0 | 1000011 | 10111 | 1010110 | 110101 | 110011 |
Color Harmonies of #8AC440
Complementary color
Monochromatic Colors of #8AC440
Black with #8AC440
Text Example
Text Example
White with #8AC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC440; }
p { color: rgb(138,196,64); }
H1.HeaderClassName
{
color: #8AC440;
}
.AnyTagClassName
{
color: #8AC440;
}
</style>
background-color css
<style>
a { background-color: #8AC440; }
a { background-color: rgb(138,196,64); }
div.DivClassName
{
background-color: #8AC440;
}
.BgClassName
{
background-color: #8AC440;
}
</style>
border-color css
<style>
span { border-color: #8AC440; }
span { border-color: rgb(138,196,64); }
td.TdClassName
{
border-color: #8AC440;
}
.TagClassName
{
border-color: #8AC440;
}
</style>