Shades of Atlantis #8CF244
Tints of Atlantis #8CF244
RGB
CMYK
RGB Variations
Color information
#8CF244 (or 0x8CF244) is known color: Atlantis. HEX triplet: 8C, F2 and 44. RGB value is (140,242,68). Sum of RGB (Red+Green+Blue) = 140+242+68=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF244 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF244 is #730DBB. Grayscale: #C0C0C0. Windows color (decimal): -7540156 or 4518540. OLE color: 4518540.
HSL color Cylindrical-coordinate representation of color #8CF244: hue angle of 95.17º 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 #8CF244 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 68 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.05 |
| HSL | 95.17º | 0.87% | 0.61% | - |
| HSV(B) | 95.17º | 0.72% | 0.95% | - |
| XYZ | 43.61 | 69.5 | 16.58 | - |
| YUV | 191.67 | 58.21 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 68 | 0.42 | 0 | 0.72 | 0.05 | 95.17 | 0.87 | 0.61 |
| Hex | 8C | F2 | 44 | 2A | 0 | 48 | 5 | 5F | 57 | 3D |
| Octal | 214 | 362 | 104 | 52 | 0 | 110 | 5 | 137 | 127 | 75 |
| Binary | 10001100 | 11110010 | 1000100 | 101010 | 0 | 1001000 | 101 | 1011111 | 1010111 | 111101 |
Color Harmonies of #8CF244
Complementary color
Monochromatic Colors of #8CF244
Black with #8CF244
Text Example
Text Example
White with #8CF244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF244; }
p { color: rgb(140,242,68); }
H1.HeaderClassName
{
color: #8CF244;
}
.AnyTagClassName
{
color: #8CF244;
}
</style>
background-color css
<style>
a { background-color: #8CF244; }
a { background-color: rgb(140,242,68); }
div.DivClassName
{
background-color: #8CF244;
}
.BgClassName
{
background-color: #8CF244;
}
</style>
border-color css
<style>
span { border-color: #8CF244; }
span { border-color: rgb(140,242,68); }
td.TdClassName
{
border-color: #8CF244;
}
.TagClassName
{
border-color: #8CF244;
}
</style>