Shades of Atlantis #8AF240
Tints of Atlantis #8AF240
RGB
CMYK
RGB Variations
Color information
#8AF240 (or 0x8AF240) is known color: Atlantis. HEX triplet: 8A, F2 and 40. RGB value is (138,242,64). Sum of RGB (Red+Green+Blue) = 138+242+64=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 242 (94.92% from 255 or 54.50% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF240 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF240 is #750DBF. Grayscale: #BFBFBF. Windows color (decimal): -7671232 or 4256394. OLE color: 4256394.
HSL color Cylindrical-coordinate representation of color #8AF240: hue angle of 95.06º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AF240 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 64 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.05 |
| HSL | 95.06º | 0.87% | 0.6% | - |
| HSV(B) | 95.06º | 0.74% | 0.95% | - |
| XYZ | 43.16 | 69.28 | 15.95 | - |
| YUV | 190.61 | 56.54 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 64 | 0.43 | 0 | 0.74 | 0.05 | 95.06 | 0.87 | 0.6 |
| Hex | 8A | F2 | 40 | 2B | 0 | 4A | 5 | 5F | 57 | 3C |
| Octal | 212 | 362 | 100 | 53 | 0 | 112 | 5 | 137 | 127 | 74 |
| Binary | 10001010 | 11110010 | 1000000 | 101011 | 0 | 1001010 | 101 | 1011111 | 1010111 | 111100 |
Color Harmonies of #8AF240
Complementary color
Monochromatic Colors of #8AF240
Black with #8AF240
Text Example
Text Example
White with #8AF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF240; }
p { color: rgb(138,242,64); }
H1.HeaderClassName
{
color: #8AF240;
}
.AnyTagClassName
{
color: #8AF240;
}
</style>
background-color css
<style>
a { background-color: #8AF240; }
a { background-color: rgb(138,242,64); }
div.DivClassName
{
background-color: #8AF240;
}
.BgClassName
{
background-color: #8AF240;
}
</style>
border-color css
<style>
span { border-color: #8AF240; }
span { border-color: rgb(138,242,64); }
td.TdClassName
{
border-color: #8AF240;
}
.TagClassName
{
border-color: #8AF240;
}
</style>