Shades of Atlantis #8AF040
Tints of Atlantis #8AF040
RGB
CMYK
RGB Variations
Color information
#8AF040 (or 0x8AF040) is known color: Atlantis. HEX triplet: 8A, F0 and 40. RGB value is (138,240,64). Sum of RGB (Red+Green+Blue) = 138+240+64=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF040 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF040 is #750FBF. Grayscale: #BEBEBE. Windows color (decimal): -7671744 or 4255882. OLE color: 4255882.
HSL color Cylindrical-coordinate representation of color #8AF040: hue angle of 94.77º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8AF040 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 64 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.06 |
| HSL | 94.77º | 0.85% | 0.6% | - |
| HSV(B) | 94.77º | 0.73% | 0.94% | - |
| XYZ | 42.57 | 68.09 | 15.75 | - |
| YUV | 189.44 | 57.21 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 64 | 0.42 | 0 | 0.73 | 0.06 | 94.77 | 0.85 | 0.6 |
| Hex | 8A | F0 | 40 | 2A | 0 | 49 | 6 | 5F | 55 | 3C |
| Octal | 212 | 360 | 100 | 52 | 0 | 111 | 6 | 137 | 125 | 74 |
| Binary | 10001010 | 11110000 | 1000000 | 101010 | 0 | 1001001 | 110 | 1011111 | 1010101 | 111100 |
Color Harmonies of #8AF040
Complementary color
Monochromatic Colors of #8AF040
Black with #8AF040
Text Example
Text Example
White with #8AF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF040; }
p { color: rgb(138,240,64); }
H1.HeaderClassName
{
color: #8AF040;
}
.AnyTagClassName
{
color: #8AF040;
}
</style>
background-color css
<style>
a { background-color: #8AF040; }
a { background-color: rgb(138,240,64); }
div.DivClassName
{
background-color: #8AF040;
}
.BgClassName
{
background-color: #8AF040;
}
</style>
border-color css
<style>
span { border-color: #8AF040; }
span { border-color: rgb(138,240,64); }
td.TdClassName
{
border-color: #8AF040;
}
.TagClassName
{
border-color: #8AF040;
}
</style>