Shades of Atlantis #8FCC4A
Tints of Atlantis #8FCC4A
RGB
CMYK
RGB Variations
Color information
#8FCC4A (or 0x8FCC4A) is known color: Atlantis. HEX triplet: 8F, CC and 4A. RGB value is (143,204,74). Sum of RGB (Red+Green+Blue) = 143+204+74=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCC4A is #7033B5. Grayscale: #ABABAB. Windows color (decimal): -7353270 or 4902031. OLE color: 4902031.
HSL color Cylindrical-coordinate representation of color #8FCC4A: hue angle of 88.15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FCC4A is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 74 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.2 |
| HSL | 88.15º | 0.56% | 0.55% | - |
| HSV(B) | 88.15º | 0.64% | 0.8% | - |
| XYZ | 34.16 | 49.52 | 14.24 | - |
| YUV | 170.94 | 73.29 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 74 | 0.30 | 0 | 0.64 | 0.2 | 88.15 | 0.56 | 0.55 |
| Hex | 8F | CC | 4A | 1E | 0 | 40 | 14 | 58 | 38 | 37 |
| Octal | 217 | 314 | 112 | 36 | 0 | 100 | 24 | 130 | 70 | 67 |
| Binary | 10001111 | 11001100 | 1001010 | 11110 | 0 | 1000000 | 10100 | 1011000 | 111000 | 110111 |
Color Harmonies of #8FCC4A
Complementary color
Monochromatic Colors of #8FCC4A
Black with #8FCC4A
Text Example
Text Example
White with #8FCC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC4A; }
p { color: rgb(143,204,74); }
H1.HeaderClassName
{
color: #8FCC4A;
}
.AnyTagClassName
{
color: #8FCC4A;
}
</style>
background-color css
<style>
a { background-color: #8FCC4A; }
a { background-color: rgb(143,204,74); }
div.DivClassName
{
background-color: #8FCC4A;
}
.BgClassName
{
background-color: #8FCC4A;
}
</style>
border-color css
<style>
span { border-color: #8FCC4A; }
span { border-color: rgb(143,204,74); }
td.TdClassName
{
border-color: #8FCC4A;
}
.TagClassName
{
border-color: #8FCC4A;
}
</style>