Shades of Chelsea Cucumber #8CAD6B
Tints of Chelsea Cucumber #8CAD6B
RGB
CMYK
RGB Variations
Color information
#8CAD6B (or 0x8CAD6B) is known color: Chelsea Cucumber. HEX triplet: 8C, AD and 6B. RGB value is (140,173,107). Sum of RGB (Red+Green+Blue) = 140+173+107=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD6B is #735294. Grayscale: #9B9B9B. Windows color (decimal): -7557781 or 7056780. OLE color: 7056780.
HSL color Cylindrical-coordinate representation of color #8CAD6B: hue angle of 90º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CAD6B is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
RGB | 140 | 173 | 107 | - |
CMYK | 0.19 | 0 | 0.38 | 0.32 |
HSL | 90º | 0.29% | 0.55% | - |
HSV(B) | 90º | 0.38% | 0.68% | - |
XYZ | 28.41 | 36.52 | 19.46 | - |
YUV | 155.61 | 100.57 | 116.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 173 | 107 | 0.19 | 0 | 0.38 | 0.32 | 90 | 0.29 | 0.55 |
Hex | 8C | AD | 6B | 13 | 0 | 26 | 20 | 5A | 1D | 37 |
Octal | 214 | 255 | 153 | 23 | 0 | 46 | 40 | 132 | 35 | 67 |
Binary | 10001100 | 10101101 | 1101011 | 10011 | 0 | 100110 | 100000 | 1011010 | 11101 | 110111 |
Color Harmonies of #8CAD6B
Complementary color
Monochromatic Colors of #8CAD6B
Black with #8CAD6B
Text Example
Text Example
White with #8CAD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD6B; }
p { color: rgb(140,173,107); }
H1.HeaderClassName
{
color: #8CAD6B;
}
.AnyTagClassName
{
color: #8CAD6B;
}
</style>
background-color css
<style>
a { background-color: #8CAD6B; }
a { background-color: rgb(140,173,107); }
div.DivClassName
{
background-color: #8CAD6B;
}
.BgClassName
{
background-color: #8CAD6B;
}
</style>
border-color css
<style>
span { border-color: #8CAD6B; }
span { border-color: rgb(140,173,107); }
td.TdClassName
{
border-color: #8CAD6B;
}
.TagClassName
{
border-color: #8CAD6B;
}
</style>