Shades of Atlantis #8CCD4C
Tints of Atlantis #8CCD4C
RGB
CMYK
RGB Variations
Color information
#8CCD4C (or 0x8CCD4C) is known color: Atlantis. HEX triplet: 8C, CD and 4C. RGB value is (140,205,76). Sum of RGB (Red+Green+Blue) = 140+205+76=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCD4C is #7332B3. Grayscale: #ABABAB. Windows color (decimal): -7549620 or 5033356. OLE color: 5033356.
HSL color Cylindrical-coordinate representation of color #8CCD4C: hue angle of 90.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CCD4C is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 76 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.20 |
| HSL | 90.23º | 0.56% | 0.55% | - |
| HSV(B) | 90.23º | 0.63% | 0.8% | - |
| XYZ | 33.95 | 49.76 | 14.65 | - |
| YUV | 170.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 76 | 0.32 | 0 | 0.63 | 0.20 | 90.23 | 0.56 | 0.55 |
| Hex | 8C | CD | 4C | 20 | 0 | 3F | 14 | 5A | 38 | 37 |
| Octal | 214 | 315 | 114 | 40 | 0 | 77 | 24 | 132 | 70 | 67 |
| Binary | 10001100 | 11001101 | 1001100 | 100000 | 0 | 111111 | 10100 | 1011010 | 111000 | 110111 |
Color Harmonies of #8CCD4C
Complementary color
Monochromatic Colors of #8CCD4C
Black with #8CCD4C
Text Example
Text Example
White with #8CCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD4C; }
p { color: rgb(140,205,76); }
H1.HeaderClassName
{
color: #8CCD4C;
}
.AnyTagClassName
{
color: #8CCD4C;
}
</style>
background-color css
<style>
a { background-color: #8CCD4C; }
a { background-color: rgb(140,205,76); }
div.DivClassName
{
background-color: #8CCD4C;
}
.BgClassName
{
background-color: #8CCD4C;
}
</style>
border-color css
<style>
span { border-color: #8CCD4C; }
span { border-color: rgb(140,205,76); }
td.TdClassName
{
border-color: #8CCD4C;
}
.TagClassName
{
border-color: #8CCD4C;
}
</style>