Shades of Atlantis #8FC34C
Tints of Atlantis #8FC34C
RGB
CMYK
RGB Variations
Color information
#8FC34C (or 0x8FC34C) is known color: Atlantis. HEX triplet: 8F, C3 and 4C. RGB value is (143,195,76). Sum of RGB (Red+Green+Blue) = 143+195+76=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC34C is #703CB3. Grayscale: #A6A6A6. Windows color (decimal): -7355572 or 5030799. OLE color: 5030799.
HSL color Cylindrical-coordinate representation of color #8FC34C: hue angle of 86.22º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FC34C is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 195 | 76 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.24 |
| HSL | 86.22º | 0.5% | 0.53% | - |
| HSV(B) | 86.22º | 0.61% | 0.76% | - |
| XYZ | 32.15 | 45.39 | 13.9 | - |
| YUV | 165.89 | 77.27 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 195 | 76 | 0.27 | 0 | 0.61 | 0.24 | 86.22 | 0.5 | 0.53 |
| Hex | 8F | C3 | 4C | 1B | 0 | 3D | 18 | 56 | 32 | 35 |
| Octal | 217 | 303 | 114 | 33 | 0 | 75 | 30 | 126 | 62 | 65 |
| Binary | 10001111 | 11000011 | 1001100 | 11011 | 0 | 111101 | 11000 | 1010110 | 110010 | 110101 |
Color Harmonies of #8FC34C
Complementary color
Monochromatic Colors of #8FC34C
Black with #8FC34C
Text Example
Text Example
White with #8FC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC34C; }
p { color: rgb(143,195,76); }
H1.HeaderClassName
{
color: #8FC34C;
}
.AnyTagClassName
{
color: #8FC34C;
}
</style>
background-color css
<style>
a { background-color: #8FC34C; }
a { background-color: rgb(143,195,76); }
div.DivClassName
{
background-color: #8FC34C;
}
.BgClassName
{
background-color: #8FC34C;
}
</style>
border-color css
<style>
span { border-color: #8FC34C; }
span { border-color: rgb(143,195,76); }
td.TdClassName
{
border-color: #8FC34C;
}
.TagClassName
{
border-color: #8FC34C;
}
</style>