Shades of De York #8AC078
Tints of De York #8AC078
RGB
CMYK
RGB Variations
Color information
#8AC078 (or 0x8AC078) is known color: De York. HEX triplet: 8A, C0 and 78. RGB value is (138,192,120). Sum of RGB (Red+Green+Blue) = 138+192+120=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC078 is #753F87. Grayscale: #A7A7A7. Windows color (decimal): -7683976 or 7913610. OLE color: 7913610.
HSL color Cylindrical-coordinate representation of color #8AC078: hue angle of 105º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AC078 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 120 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.25 |
| HSL | 105º | 0.36% | 0.61% | - |
| HSV(B) | 105º | 0.38% | 0.75% | - |
| XYZ | 32.72 | 44.46 | 24.63 | - |
| YUV | 167.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 120 | 0.28 | 0 | 0.38 | 0.25 | 105 | 0.36 | 0.61 |
| Hex | 8A | C0 | 78 | 1C | 0 | 26 | 19 | 69 | 24 | 3D |
| Octal | 212 | 300 | 170 | 34 | 0 | 46 | 31 | 151 | 44 | 75 |
| Binary | 10001010 | 11000000 | 1111000 | 11100 | 0 | 100110 | 11001 | 1101001 | 100100 | 111101 |
Color Harmonies of #8AC078
Complementary color
Monochromatic Colors of #8AC078
Black with #8AC078
Text Example
Text Example
White with #8AC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC078; }
p { color: rgb(138,192,120); }
H1.HeaderClassName
{
color: #8AC078;
}
.AnyTagClassName
{
color: #8AC078;
}
</style>
background-color css
<style>
a { background-color: #8AC078; }
a { background-color: rgb(138,192,120); }
div.DivClassName
{
background-color: #8AC078;
}
.BgClassName
{
background-color: #8AC078;
}
</style>
border-color css
<style>
span { border-color: #8AC078; }
span { border-color: rgb(138,192,120); }
td.TdClassName
{
border-color: #8AC078;
}
.TagClassName
{
border-color: #8AC078;
}
</style>