Shades of Atlantis #8CDA34
Tints of Atlantis #8CDA34
RGB
CMYK
RGB Variations
Color information
#8CDA34 (or 0x8CDA34) is known color: Atlantis. HEX triplet: 8C, DA and 34. RGB value is (140,218,52). Sum of RGB (Red+Green+Blue) = 140+218+52=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDA34 is #7325CB. Grayscale: #B0B0B0. Windows color (decimal): -7546316 or 3463820. OLE color: 3463820.
HSL color Cylindrical-coordinate representation of color #8CDA34: hue angle of 88.19º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CDA34 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 52 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.15 |
| HSL | 88.19º | 0.69% | 0.53% | - |
| HSV(B) | 88.19º | 0.76% | 0.85% | - |
| XYZ | 36.51 | 55.97 | 12.13 | - |
| YUV | 175.75 | 58.16 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 52 | 0.36 | 0 | 0.76 | 0.15 | 88.19 | 0.69 | 0.53 |
| Hex | 8C | DA | 34 | 24 | 0 | 4C | F | 58 | 45 | 35 |
| Octal | 214 | 332 | 64 | 44 | 0 | 114 | 17 | 130 | 105 | 65 |
| Binary | 10001100 | 11011010 | 110100 | 100100 | 0 | 1001100 | 1111 | 1011000 | 1000101 | 110101 |
Color Harmonies of #8CDA34
Complementary color
Monochromatic Colors of #8CDA34
Black with #8CDA34
Text Example
Text Example
White with #8CDA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA34; }
p { color: rgb(140,218,52); }
H1.HeaderClassName
{
color: #8CDA34;
}
.AnyTagClassName
{
color: #8CDA34;
}
</style>
background-color css
<style>
a { background-color: #8CDA34; }
a { background-color: rgb(140,218,52); }
div.DivClassName
{
background-color: #8CDA34;
}
.BgClassName
{
background-color: #8CDA34;
}
</style>
border-color css
<style>
span { border-color: #8CDA34; }
span { border-color: rgb(140,218,52); }
td.TdClassName
{
border-color: #8CDA34;
}
.TagClassName
{
border-color: #8CDA34;
}
</style>