Shades of Atlantis #8CE438
Tints of Atlantis #8CE438
RGB
CMYK
RGB Variations
Color information
#8CE438 (or 0x8CE438) is known color: Atlantis. HEX triplet: 8C, E4 and 38. RGB value is (140,228,56). Sum of RGB (Red+Green+Blue) = 140+228+56=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 228 (89.45% from 255 or 53.77% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE438 is #731BC7. Grayscale: #B6B6B6. Windows color (decimal): -7543752 or 3728524. OLE color: 3728524.
HSL color Cylindrical-coordinate representation of color #8CE438: hue angle of 90.7º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CE438 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 56 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.11 |
| HSL | 90.7º | 0.76% | 0.56% | - |
| HSV(B) | 90.7º | 0.75% | 0.89% | - |
| XYZ | 39.27 | 61.35 | 13.51 | - |
| YUV | 182.08 | 56.85 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 56 | 0.39 | 0 | 0.75 | 0.11 | 90.7 | 0.76 | 0.56 |
| Hex | 8C | E4 | 38 | 27 | 0 | 4B | B | 5B | 4C | 38 |
| Octal | 214 | 344 | 70 | 47 | 0 | 113 | 13 | 133 | 114 | 70 |
| Binary | 10001100 | 11100100 | 111000 | 100111 | 0 | 1001011 | 1011 | 1011011 | 1001100 | 111000 |
Color Harmonies of #8CE438
Complementary color
Monochromatic Colors of #8CE438
Black with #8CE438
Text Example
Text Example
White with #8CE438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE438; }
p { color: rgb(140,228,56); }
H1.HeaderClassName
{
color: #8CE438;
}
.AnyTagClassName
{
color: #8CE438;
}
</style>
background-color css
<style>
a { background-color: #8CE438; }
a { background-color: rgb(140,228,56); }
div.DivClassName
{
background-color: #8CE438;
}
.BgClassName
{
background-color: #8CE438;
}
</style>
border-color css
<style>
span { border-color: #8CE438; }
span { border-color: rgb(140,228,56); }
td.TdClassName
{
border-color: #8CE438;
}
.TagClassName
{
border-color: #8CE438;
}
</style>