Shades of Atlantis #8CD242
Tints of Atlantis #8CD242
RGB
CMYK
RGB Variations
Color information
#8CD242 (or 0x8CD242) is known color: Atlantis. HEX triplet: 8C, D2 and 42. RGB value is (140,210,66). Sum of RGB (Red+Green+Blue) = 140+210+66=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD242 is #732DBD. Grayscale: #ADADAD. Windows color (decimal): -7548350 or 4379276. OLE color: 4379276.
HSL color Cylindrical-coordinate representation of color #8CD242: hue angle of 89.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CD242 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 210 | 66 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.18 |
| HSL | 89.17º | 0.62% | 0.54% | - |
| HSV(B) | 89.17º | 0.69% | 0.82% | - |
| XYZ | 34.85 | 52.06 | 13.37 | - |
| YUV | 172.65 | 67.81 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 210 | 66 | 0.33 | 0 | 0.69 | 0.18 | 89.17 | 0.62 | 0.54 |
| Hex | 8C | D2 | 42 | 21 | 0 | 45 | 12 | 59 | 3E | 36 |
| Octal | 214 | 322 | 102 | 41 | 0 | 105 | 22 | 131 | 76 | 66 |
| Binary | 10001100 | 11010010 | 1000010 | 100001 | 0 | 1000101 | 10010 | 1011001 | 111110 | 110110 |
Color Harmonies of #8CD242
Complementary color
Monochromatic Colors of #8CD242
Black with #8CD242
Text Example
Text Example
White with #8CD242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD242; }
p { color: rgb(140,210,66); }
H1.HeaderClassName
{
color: #8CD242;
}
.AnyTagClassName
{
color: #8CD242;
}
</style>
background-color css
<style>
a { background-color: #8CD242; }
a { background-color: rgb(140,210,66); }
div.DivClassName
{
background-color: #8CD242;
}
.BgClassName
{
background-color: #8CD242;
}
</style>
border-color css
<style>
span { border-color: #8CD242; }
span { border-color: rgb(140,210,66); }
td.TdClassName
{
border-color: #8CD242;
}
.TagClassName
{
border-color: #8CD242;
}
</style>