Shades of Atlantis #8FD24B
Tints of Atlantis #8FD24B
RGB
CMYK
RGB Variations
Color information
#8FD24B (or 0x8FD24B) is known color: Atlantis. HEX triplet: 8F, D2 and 4B. RGB value is (143,210,75). Sum of RGB (Red+Green+Blue) = 143+210+75=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD24B is #702DB4. Grayscale: #AFAFAF. Windows color (decimal): -7351733 or 4969103. OLE color: 4969103.
HSL color Cylindrical-coordinate representation of color #8FD24B: hue angle of 89.78º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FD24B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 75 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.18 |
| HSL | 89.78º | 0.6% | 0.56% | - |
| HSV(B) | 89.78º | 0.64% | 0.82% | - |
| XYZ | 35.64 | 52.44 | 14.9 | - |
| YUV | 174.58 | 71.8 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 75 | 0.32 | 0 | 0.64 | 0.18 | 89.78 | 0.6 | 0.56 |
| Hex | 8F | D2 | 4B | 20 | 0 | 40 | 12 | 5A | 3C | 38 |
| Octal | 217 | 322 | 113 | 40 | 0 | 100 | 22 | 132 | 74 | 70 |
| Binary | 10001111 | 11010010 | 1001011 | 100000 | 0 | 1000000 | 10010 | 1011010 | 111100 | 111000 |
Color Harmonies of #8FD24B
Complementary color
Monochromatic Colors of #8FD24B
Black with #8FD24B
Text Example
Text Example
White with #8FD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD24B; }
p { color: rgb(143,210,75); }
H1.HeaderClassName
{
color: #8FD24B;
}
.AnyTagClassName
{
color: #8FD24B;
}
</style>
background-color css
<style>
a { background-color: #8FD24B; }
a { background-color: rgb(143,210,75); }
div.DivClassName
{
background-color: #8FD24B;
}
.BgClassName
{
background-color: #8FD24B;
}
</style>
border-color css
<style>
span { border-color: #8FD24B; }
span { border-color: rgb(143,210,75); }
td.TdClassName
{
border-color: #8FD24B;
}
.TagClassName
{
border-color: #8FD24B;
}
</style>