Shades of Atlantis #8FC23D
Tints of Atlantis #8FC23D
RGB
CMYK
RGB Variations
Color information
#8FC23D (or 0x8FC23D) is known color: Atlantis. HEX triplet: 8F, C2 and 3D. RGB value is (143,194,61). Sum of RGB (Red+Green+Blue) = 143+194+61=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC23D is #703DC2. Grayscale: #A4A4A4. Windows color (decimal): -7355843 or 4047503. OLE color: 4047503.
HSL color Cylindrical-coordinate representation of color #8FC23D: hue angle of 83.01º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FC23D is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 61 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.24 |
| HSL | 83.01º | 0.52% | 0.5% | - |
| HSV(B) | 83.01º | 0.69% | 0.76% | - |
| XYZ | 31.46 | 44.76 | 11.4 | - |
| YUV | 163.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 61 | 0.26 | 0 | 0.69 | 0.24 | 83.01 | 0.52 | 0.5 |
| Hex | 8F | C2 | 3D | 1A | 0 | 45 | 18 | 53 | 34 | 32 |
| Octal | 217 | 302 | 75 | 32 | 0 | 105 | 30 | 123 | 64 | 62 |
| Binary | 10001111 | 11000010 | 111101 | 11010 | 0 | 1000101 | 11000 | 1010011 | 110100 | 110010 |
Color Harmonies of #8FC23D
Complementary color
Monochromatic Colors of #8FC23D
Black with #8FC23D
Text Example
Text Example
White with #8FC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC23D; }
p { color: rgb(143,194,61); }
H1.HeaderClassName
{
color: #8FC23D;
}
.AnyTagClassName
{
color: #8FC23D;
}
</style>
background-color css
<style>
a { background-color: #8FC23D; }
a { background-color: rgb(143,194,61); }
div.DivClassName
{
background-color: #8FC23D;
}
.BgClassName
{
background-color: #8FC23D;
}
</style>
border-color css
<style>
span { border-color: #8FC23D; }
span { border-color: rgb(143,194,61); }
td.TdClassName
{
border-color: #8FC23D;
}
.TagClassName
{
border-color: #8FC23D;
}
</style>