Shades of De York #8ACB7B
Tints of De York #8ACB7B
RGB
CMYK
RGB Variations
Color information
#8ACB7B (or 0x8ACB7B) is known color: De York. HEX triplet: 8A, CB and 7B. RGB value is (138,203,123). Sum of RGB (Red+Green+Blue) = 138+203+123=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB7B is #753484. Grayscale: #AEAEAE. Windows color (decimal): -7681157 or 8113034. OLE color: 8113034.
HSL color Cylindrical-coordinate representation of color #8ACB7B: hue angle of 108.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ACB7B is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 123 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.20 |
| HSL | 108.75º | 0.43% | 0.64% | - |
| HSV(B) | 108.75º | 0.39% | 0.8% | - |
| XYZ | 35.41 | 49.55 | 26.44 | - |
| YUV | 174.45 | 98.97 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 123 | 0.32 | 0 | 0.39 | 0.20 | 108.75 | 0.43 | 0.64 |
| Hex | 8A | CB | 7B | 20 | 0 | 27 | 14 | 6D | 2B | 40 |
| Octal | 212 | 313 | 173 | 40 | 0 | 47 | 24 | 155 | 53 | 100 |
| Binary | 10001010 | 11001011 | 1111011 | 100000 | 0 | 100111 | 10100 | 1101101 | 101011 | 1000000 |
Color Harmonies of #8ACB7B
Complementary color
Monochromatic Colors of #8ACB7B
Black with #8ACB7B
Text Example
Text Example
White with #8ACB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB7B; }
p { color: rgb(138,203,123); }
H1.HeaderClassName
{
color: #8ACB7B;
}
.AnyTagClassName
{
color: #8ACB7B;
}
</style>
background-color css
<style>
a { background-color: #8ACB7B; }
a { background-color: rgb(138,203,123); }
div.DivClassName
{
background-color: #8ACB7B;
}
.BgClassName
{
background-color: #8ACB7B;
}
</style>
border-color css
<style>
span { border-color: #8ACB7B; }
span { border-color: rgb(138,203,123); }
td.TdClassName
{
border-color: #8ACB7B;
}
.TagClassName
{
border-color: #8ACB7B;
}
</style>