Shades of Atlantis #8CCF4C
Tints of Atlantis #8CCF4C
RGB
CMYK
RGB Variations
Color information
#8CCF4C (or 0x8CCF4C) is known color: Atlantis. HEX triplet: 8C, CF and 4C. RGB value is (140,207,76). Sum of RGB (Red+Green+Blue) = 140+207+76=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCF4C is #7330B3. Grayscale: #ACACAC. Windows color (decimal): -7549108 or 5033868. OLE color: 5033868.
HSL color Cylindrical-coordinate representation of color #8CCF4C: hue angle of 90.69º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CCF4C is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 76 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.19 |
| HSL | 90.69º | 0.58% | 0.55% | - |
| HSV(B) | 90.69º | 0.63% | 0.81% | - |
| XYZ | 34.43 | 50.72 | 14.81 | - |
| YUV | 172.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 76 | 0.32 | 0 | 0.63 | 0.19 | 90.69 | 0.58 | 0.55 |
| Hex | 8C | CF | 4C | 20 | 0 | 3F | 13 | 5B | 3A | 37 |
| Octal | 214 | 317 | 114 | 40 | 0 | 77 | 23 | 133 | 72 | 67 |
| Binary | 10001100 | 11001111 | 1001100 | 100000 | 0 | 111111 | 10011 | 1011011 | 111010 | 110111 |
Color Harmonies of #8CCF4C
Complementary color
Monochromatic Colors of #8CCF4C
Black with #8CCF4C
Text Example
Text Example
White with #8CCF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF4C; }
p { color: rgb(140,207,76); }
H1.HeaderClassName
{
color: #8CCF4C;
}
.AnyTagClassName
{
color: #8CCF4C;
}
</style>
background-color css
<style>
a { background-color: #8CCF4C; }
a { background-color: rgb(140,207,76); }
div.DivClassName
{
background-color: #8CCF4C;
}
.BgClassName
{
background-color: #8CCF4C;
}
</style>
border-color css
<style>
span { border-color: #8CCF4C; }
span { border-color: rgb(140,207,76); }
td.TdClassName
{
border-color: #8CCF4C;
}
.TagClassName
{
border-color: #8CCF4C;
}
</style>