Shades of Atlantis #8CDA48
Tints of Atlantis #8CDA48
RGB
CMYK
RGB Variations
Color information
#8CDA48 (or 0x8CDA48) is known color: Atlantis. HEX triplet: 8C, DA and 48. RGB value is (140,218,72). Sum of RGB (Red+Green+Blue) = 140+218+72=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDA48 is #7325B7. Grayscale: #B2B2B2. Windows color (decimal): -7546296 or 4774540. OLE color: 4774540.
HSL color Cylindrical-coordinate representation of color #8CDA48: hue angle of 92.05º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CDA48 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 72 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.15 |
| HSL | 92.05º | 0.66% | 0.57% | - |
| HSV(B) | 92.05º | 0.67% | 0.85% | - |
| XYZ | 37.06 | 56.19 | 15.02 | - |
| YUV | 178.03 | 68.16 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 72 | 0.36 | 0 | 0.67 | 0.15 | 92.05 | 0.66 | 0.57 |
| Hex | 8C | DA | 48 | 24 | 0 | 43 | F | 5C | 42 | 39 |
| Octal | 214 | 332 | 110 | 44 | 0 | 103 | 17 | 134 | 102 | 71 |
| Binary | 10001100 | 11011010 | 1001000 | 100100 | 0 | 1000011 | 1111 | 1011100 | 1000010 | 111001 |
Color Harmonies of #8CDA48
Complementary color
Monochromatic Colors of #8CDA48
Black with #8CDA48
Text Example
Text Example
White with #8CDA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA48; }
p { color: rgb(140,218,72); }
H1.HeaderClassName
{
color: #8CDA48;
}
.AnyTagClassName
{
color: #8CDA48;
}
</style>
background-color css
<style>
a { background-color: #8CDA48; }
a { background-color: rgb(140,218,72); }
div.DivClassName
{
background-color: #8CDA48;
}
.BgClassName
{
background-color: #8CDA48;
}
</style>
border-color css
<style>
span { border-color: #8CDA48; }
span { border-color: rgb(140,218,72); }
td.TdClassName
{
border-color: #8CDA48;
}
.TagClassName
{
border-color: #8CDA48;
}
</style>