Shades of Atlantis #8CCA4B
Tints of Atlantis #8CCA4B
RGB
CMYK
RGB Variations
Color information
#8CCA4B (or 0x8CCA4B) is known color: Atlantis. HEX triplet: 8C, CA and 4B. RGB value is (140,202,75). Sum of RGB (Red+Green+Blue) = 140+202+75=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCA4B is #7335B4. Grayscale: #A9A9A9. Windows color (decimal): -7550389 or 4967052. OLE color: 4967052.
HSL color Cylindrical-coordinate representation of color #8CCA4B: hue angle of 89.29º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CCA4B is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 75 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.21 |
| HSL | 89.29º | 0.55% | 0.54% | - |
| HSV(B) | 89.29º | 0.63% | 0.79% | - |
| XYZ | 33.21 | 48.32 | 14.23 | - |
| YUV | 168.98 | 74.96 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 75 | 0.31 | 0 | 0.63 | 0.21 | 89.29 | 0.55 | 0.54 |
| Hex | 8C | CA | 4B | 1F | 0 | 3F | 15 | 59 | 37 | 36 |
| Octal | 214 | 312 | 113 | 37 | 0 | 77 | 25 | 131 | 67 | 66 |
| Binary | 10001100 | 11001010 | 1001011 | 11111 | 0 | 111111 | 10101 | 1011001 | 110111 | 110110 |
Color Harmonies of #8CCA4B
Complementary color
Monochromatic Colors of #8CCA4B
Black with #8CCA4B
Text Example
Text Example
White with #8CCA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA4B; }
p { color: rgb(140,202,75); }
H1.HeaderClassName
{
color: #8CCA4B;
}
.AnyTagClassName
{
color: #8CCA4B;
}
</style>
background-color css
<style>
a { background-color: #8CCA4B; }
a { background-color: rgb(140,202,75); }
div.DivClassName
{
background-color: #8CCA4B;
}
.BgClassName
{
background-color: #8CCA4B;
}
</style>
border-color css
<style>
span { border-color: #8CCA4B; }
span { border-color: rgb(140,202,75); }
td.TdClassName
{
border-color: #8CCA4B;
}
.TagClassName
{
border-color: #8CCA4B;
}
</style>