Shades of Atlantis #8AF04C
Tints of Atlantis #8AF04C
RGB
CMYK
RGB Variations
Color information
#8AF04C (or 0x8AF04C) is known color: Atlantis. HEX triplet: 8A, F0 and 4C. RGB value is (138,240,76). Sum of RGB (Red+Green+Blue) = 138+240+76=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF04C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF04C is #750FB3. Grayscale: #BFBFBF. Windows color (decimal): -7671732 or 5042314. OLE color: 5042314.
HSL color Cylindrical-coordinate representation of color #8AF04C: hue angle of 97.32º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AF04C is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 76 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.06 |
| HSL | 97.32º | 0.85% | 0.62% | - |
| HSV(B) | 97.32º | 0.68% | 0.94% | - |
| XYZ | 42.95 | 68.25 | 17.75 | - |
| YUV | 190.81 | 63.21 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 76 | 0.42 | 0 | 0.68 | 0.06 | 97.32 | 0.85 | 0.62 |
| Hex | 8A | F0 | 4C | 2A | 0 | 44 | 6 | 61 | 55 | 3E |
| Octal | 212 | 360 | 114 | 52 | 0 | 104 | 6 | 141 | 125 | 76 |
| Binary | 10001010 | 11110000 | 1001100 | 101010 | 0 | 1000100 | 110 | 1100001 | 1010101 | 111110 |
Color Harmonies of #8AF04C
Complementary color
Monochromatic Colors of #8AF04C
Black with #8AF04C
Text Example
Text Example
White with #8AF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF04C; }
p { color: rgb(138,240,76); }
H1.HeaderClassName
{
color: #8AF04C;
}
.AnyTagClassName
{
color: #8AF04C;
}
</style>
background-color css
<style>
a { background-color: #8AF04C; }
a { background-color: rgb(138,240,76); }
div.DivClassName
{
background-color: #8AF04C;
}
.BgClassName
{
background-color: #8AF04C;
}
</style>
border-color css
<style>
span { border-color: #8AF04C; }
span { border-color: rgb(138,240,76); }
td.TdClassName
{
border-color: #8AF04C;
}
.TagClassName
{
border-color: #8AF04C;
}
</style>