Shades of Atlantis #8CC23D
Tints of Atlantis #8CC23D
RGB
CMYK
RGB Variations
Color information
#8CC23D (or 0x8CC23D) is known color: Atlantis. HEX triplet: 8C, C2 and 3D. RGB value is (140,194,61). Sum of RGB (Red+Green+Blue) = 140+194+61=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC23D is #733DC2. Grayscale: #A3A3A3. Windows color (decimal): -7552451 or 4047500. OLE color: 4047500.
HSL color Cylindrical-coordinate representation of color #8CC23D: hue angle of 84.36º 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 #8CC23D is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 61 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.24 |
| HSL | 84.36º | 0.52% | 0.5% | - |
| HSV(B) | 84.36º | 0.69% | 0.76% | - |
| XYZ | 30.95 | 44.5 | 11.37 | - |
| YUV | 162.69 | 70.61 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 61 | 0.28 | 0 | 0.69 | 0.24 | 84.36 | 0.52 | 0.5 |
| Hex | 8C | C2 | 3D | 1C | 0 | 45 | 18 | 54 | 34 | 32 |
| Octal | 214 | 302 | 75 | 34 | 0 | 105 | 30 | 124 | 64 | 62 |
| Binary | 10001100 | 11000010 | 111101 | 11100 | 0 | 1000101 | 11000 | 1010100 | 110100 | 110010 |
Color Harmonies of #8CC23D
Complementary color
Monochromatic Colors of #8CC23D
Black with #8CC23D
Text Example
Text Example
White with #8CC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC23D; }
p { color: rgb(140,194,61); }
H1.HeaderClassName
{
color: #8CC23D;
}
.AnyTagClassName
{
color: #8CC23D;
}
</style>
background-color css
<style>
a { background-color: #8CC23D; }
a { background-color: rgb(140,194,61); }
div.DivClassName
{
background-color: #8CC23D;
}
.BgClassName
{
background-color: #8CC23D;
}
</style>
border-color css
<style>
span { border-color: #8CC23D; }
span { border-color: rgb(140,194,61); }
td.TdClassName
{
border-color: #8CC23D;
}
.TagClassName
{
border-color: #8CC23D;
}
</style>