Shades of Atlantis #8FCF4A
Tints of Atlantis #8FCF4A
RGB
CMYK
RGB Variations
Color information
#8FCF4A (or 0x8FCF4A) is known color: Atlantis. HEX triplet: 8F, CF and 4A. RGB value is (143,207,74). Sum of RGB (Red+Green+Blue) = 143+207+74=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCF4A is #7030B5. Grayscale: #ADADAD. Windows color (decimal): -7352502 or 4902799. OLE color: 4902799.
HSL color Cylindrical-coordinate representation of color #8FCF4A: hue angle of 88.87º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FCF4A is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 74 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.19 |
| HSL | 88.87º | 0.58% | 0.55% | - |
| HSV(B) | 88.87º | 0.64% | 0.81% | - |
| XYZ | 34.88 | 50.96 | 14.48 | - |
| YUV | 172.7 | 72.3 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 74 | 0.31 | 0 | 0.64 | 0.19 | 88.87 | 0.58 | 0.55 |
| Hex | 8F | CF | 4A | 1F | 0 | 40 | 13 | 59 | 3A | 37 |
| Octal | 217 | 317 | 112 | 37 | 0 | 100 | 23 | 131 | 72 | 67 |
| Binary | 10001111 | 11001111 | 1001010 | 11111 | 0 | 1000000 | 10011 | 1011001 | 111010 | 110111 |
Color Harmonies of #8FCF4A
Complementary color
Monochromatic Colors of #8FCF4A
Black with #8FCF4A
Text Example
Text Example
White with #8FCF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCF4A; }
p { color: rgb(143,207,74); }
H1.HeaderClassName
{
color: #8FCF4A;
}
.AnyTagClassName
{
color: #8FCF4A;
}
</style>
background-color css
<style>
a { background-color: #8FCF4A; }
a { background-color: rgb(143,207,74); }
div.DivClassName
{
background-color: #8FCF4A;
}
.BgClassName
{
background-color: #8FCF4A;
}
</style>
border-color css
<style>
span { border-color: #8FCF4A; }
span { border-color: rgb(143,207,74); }
td.TdClassName
{
border-color: #8FCF4A;
}
.TagClassName
{
border-color: #8FCF4A;
}
</style>