Shades of Atlantis #8CF149
Tints of Atlantis #8CF149
RGB
CMYK
RGB Variations
Color information
#8CF149 (or 0x8CF149) is known color: Atlantis. HEX triplet: 8C, F1 and 49. RGB value is (140,241,73). Sum of RGB (Red+Green+Blue) = 140+241+73=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF149 is #730EB6. Grayscale: #C0C0C0. Windows color (decimal): -7540407 or 4845964. OLE color: 4845964.
HSL color Cylindrical-coordinate representation of color #8CF149: hue angle of 96.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CF149 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 73 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.05 |
| HSL | 96.07º | 0.86% | 0.62% | - |
| HSV(B) | 96.07º | 0.7% | 0.95% | - |
| XYZ | 43.47 | 68.97 | 17.32 | - |
| YUV | 191.65 | 61.04 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 73 | 0.42 | 0 | 0.70 | 0.05 | 96.07 | 0.86 | 0.62 |
| Hex | 8C | F1 | 49 | 2A | 0 | 46 | 5 | 60 | 56 | 3E |
| Octal | 214 | 361 | 111 | 52 | 0 | 106 | 5 | 140 | 126 | 76 |
| Binary | 10001100 | 11110001 | 1001001 | 101010 | 0 | 1000110 | 101 | 1100000 | 1010110 | 111110 |
Color Harmonies of #8CF149
Complementary color
Monochromatic Colors of #8CF149
Black with #8CF149
Text Example
Text Example
White with #8CF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF149; }
p { color: rgb(140,241,73); }
H1.HeaderClassName
{
color: #8CF149;
}
.AnyTagClassName
{
color: #8CF149;
}
</style>
background-color css
<style>
a { background-color: #8CF149; }
a { background-color: rgb(140,241,73); }
div.DivClassName
{
background-color: #8CF149;
}
.BgClassName
{
background-color: #8CF149;
}
</style>
border-color css
<style>
span { border-color: #8CF149; }
span { border-color: rgb(140,241,73); }
td.TdClassName
{
border-color: #8CF149;
}
.TagClassName
{
border-color: #8CF149;
}
</style>