Shades of Atlantis #8FCF3C
Tints of Atlantis #8FCF3C
RGB
CMYK
RGB Variations
Color information
#8FCF3C (or 0x8FCF3C) is known color: Atlantis. HEX triplet: 8F, CF and 3C. RGB value is (143,207,60). Sum of RGB (Red+Green+Blue) = 143+207+60=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCF3C is #7030C3. Grayscale: #ABABAB. Windows color (decimal): -7352516 or 3985295. OLE color: 3985295.
HSL color Cylindrical-coordinate representation of color #8FCF3C: hue angle of 86.12º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FCF3C is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 60 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.19 |
| HSL | 86.12º | 0.6% | 0.52% | - |
| HSV(B) | 86.12º | 0.71% | 0.81% | - |
| XYZ | 34.46 | 50.79 | 12.26 | - |
| YUV | 171.11 | 65.3 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 60 | 0.31 | 0 | 0.71 | 0.19 | 86.12 | 0.6 | 0.52 |
| Hex | 8F | CF | 3C | 1F | 0 | 47 | 13 | 56 | 3C | 34 |
| Octal | 217 | 317 | 74 | 37 | 0 | 107 | 23 | 126 | 74 | 64 |
| Binary | 10001111 | 11001111 | 111100 | 11111 | 0 | 1000111 | 10011 | 1010110 | 111100 | 110100 |
Color Harmonies of #8FCF3C
Complementary color
Monochromatic Colors of #8FCF3C
Black with #8FCF3C
Text Example
Text Example
White with #8FCF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCF3C; }
p { color: rgb(143,207,60); }
H1.HeaderClassName
{
color: #8FCF3C;
}
.AnyTagClassName
{
color: #8FCF3C;
}
</style>
background-color css
<style>
a { background-color: #8FCF3C; }
a { background-color: rgb(143,207,60); }
div.DivClassName
{
background-color: #8FCF3C;
}
.BgClassName
{
background-color: #8FCF3C;
}
</style>
border-color css
<style>
span { border-color: #8FCF3C; }
span { border-color: rgb(143,207,60); }
td.TdClassName
{
border-color: #8FCF3C;
}
.TagClassName
{
border-color: #8FCF3C;
}
</style>