Shades of Atlantis #8CF243
Tints of Atlantis #8CF243
RGB
CMYK
RGB Variations
Color information
#8CF243 (or 0x8CF243) is known color: Atlantis. HEX triplet: 8C, F2 and 43. RGB value is (140,242,67). Sum of RGB (Red+Green+Blue) = 140+242+67=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF243 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF243 is #730DBC. Grayscale: #C0C0C0. Windows color (decimal): -7540157 or 4453004. OLE color: 4453004.
HSL color Cylindrical-coordinate representation of color #8CF243: hue angle of 94.97º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CF243 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 67 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.05 |
| HSL | 94.97º | 0.87% | 0.61% | - |
| HSV(B) | 94.97º | 0.72% | 0.95% | - |
| XYZ | 43.58 | 69.48 | 16.43 | - |
| YUV | 191.55 | 57.71 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 67 | 0.42 | 0 | 0.72 | 0.05 | 94.97 | 0.87 | 0.61 |
| Hex | 8C | F2 | 43 | 2A | 0 | 48 | 5 | 5F | 57 | 3D |
| Octal | 214 | 362 | 103 | 52 | 0 | 110 | 5 | 137 | 127 | 75 |
| Binary | 10001100 | 11110010 | 1000011 | 101010 | 0 | 1001000 | 101 | 1011111 | 1010111 | 111101 |
Color Harmonies of #8CF243
Complementary color
Monochromatic Colors of #8CF243
Black with #8CF243
Text Example
Text Example
White with #8CF243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF243; }
p { color: rgb(140,242,67); }
H1.HeaderClassName
{
color: #8CF243;
}
.AnyTagClassName
{
color: #8CF243;
}
</style>
background-color css
<style>
a { background-color: #8CF243; }
a { background-color: rgb(140,242,67); }
div.DivClassName
{
background-color: #8CF243;
}
.BgClassName
{
background-color: #8CF243;
}
</style>
border-color css
<style>
span { border-color: #8CF243; }
span { border-color: rgb(140,242,67); }
td.TdClassName
{
border-color: #8CF243;
}
.TagClassName
{
border-color: #8CF243;
}
</style>