Shades of Atlantis #8CF143
Tints of Atlantis #8CF143
RGB
CMYK
RGB Variations
Color information
#8CF143 (or 0x8CF143) is known color: Atlantis. HEX triplet: 8C, F1 and 43. RGB value is (140,241,67). Sum of RGB (Red+Green+Blue) = 140+241+67=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 241 (94.53% from 255 or 53.79% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF143 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF143 is #730EBC. Grayscale: #BFBFBF. Windows color (decimal): -7540413 or 4452748. OLE color: 4452748.
HSL color Cylindrical-coordinate representation of color #8CF143: hue angle of 94.83º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CF143 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 67 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.05 |
| HSL | 94.83º | 0.86% | 0.6% | - |
| HSV(B) | 94.83º | 0.72% | 0.95% | - |
| XYZ | 43.28 | 68.89 | 16.33 | - |
| YUV | 190.97 | 58.04 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 67 | 0.42 | 0 | 0.72 | 0.05 | 94.83 | 0.86 | 0.6 |
| Hex | 8C | F1 | 43 | 2A | 0 | 48 | 5 | 5F | 56 | 3C |
| Octal | 214 | 361 | 103 | 52 | 0 | 110 | 5 | 137 | 126 | 74 |
| Binary | 10001100 | 11110001 | 1000011 | 101010 | 0 | 1001000 | 101 | 1011111 | 1010110 | 111100 |
Color Harmonies of #8CF143
Complementary color
Monochromatic Colors of #8CF143
Black with #8CF143
Text Example
Text Example
White with #8CF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF143; }
p { color: rgb(140,241,67); }
H1.HeaderClassName
{
color: #8CF143;
}
.AnyTagClassName
{
color: #8CF143;
}
</style>
background-color css
<style>
a { background-color: #8CF143; }
a { background-color: rgb(140,241,67); }
div.DivClassName
{
background-color: #8CF143;
}
.BgClassName
{
background-color: #8CF143;
}
</style>
border-color css
<style>
span { border-color: #8CF143; }
span { border-color: rgb(140,241,67); }
td.TdClassName
{
border-color: #8CF143;
}
.TagClassName
{
border-color: #8CF143;
}
</style>