Shades of Atlantis #8CCF40
Tints of Atlantis #8CCF40
RGB
CMYK
RGB Variations
Color information
#8CCF40 (or 0x8CCF40) is known color: Atlantis. HEX triplet: 8C, CF and 40. RGB value is (140,207,64). Sum of RGB (Red+Green+Blue) = 140+207+64=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCF40 is #7330BF. Grayscale: #ABABAB. Windows color (decimal): -7549120 or 4247436. OLE color: 4247436.
HSL color Cylindrical-coordinate representation of color #8CCF40: hue angle of 88.11º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CCF40 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 64 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.19 |
| HSL | 88.11º | 0.6% | 0.53% | - |
| HSV(B) | 88.11º | 0.69% | 0.81% | - |
| XYZ | 34.05 | 50.57 | 12.82 | - |
| YUV | 170.67 | 67.8 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 64 | 0.32 | 0 | 0.69 | 0.19 | 88.11 | 0.6 | 0.53 |
| Hex | 8C | CF | 40 | 20 | 0 | 45 | 13 | 58 | 3C | 35 |
| Octal | 214 | 317 | 100 | 40 | 0 | 105 | 23 | 130 | 74 | 65 |
| Binary | 10001100 | 11001111 | 1000000 | 100000 | 0 | 1000101 | 10011 | 1011000 | 111100 | 110101 |
Color Harmonies of #8CCF40
Complementary color
Monochromatic Colors of #8CCF40
Black with #8CCF40
Text Example
Text Example
White with #8CCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF40; }
p { color: rgb(140,207,64); }
H1.HeaderClassName
{
color: #8CCF40;
}
.AnyTagClassName
{
color: #8CCF40;
}
</style>
background-color css
<style>
a { background-color: #8CCF40; }
a { background-color: rgb(140,207,64); }
div.DivClassName
{
background-color: #8CCF40;
}
.BgClassName
{
background-color: #8CCF40;
}
</style>
border-color css
<style>
span { border-color: #8CCF40; }
span { border-color: rgb(140,207,64); }
td.TdClassName
{
border-color: #8CCF40;
}
.TagClassName
{
border-color: #8CCF40;
}
</style>