Shades of De York #8AC279
Tints of De York #8AC279
RGB
CMYK
RGB Variations
Color information
#8AC279 (or 0x8AC279) is known color: De York. HEX triplet: 8A, C2 and 79. RGB value is (138,194,121). Sum of RGB (Red+Green+Blue) = 138+194+121=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC279 is #753D86. Grayscale: #A9A9A9. Windows color (decimal): -7683463 or 7979658. OLE color: 7979658.
HSL color Cylindrical-coordinate representation of color #8AC279: hue angle of 106.03º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AC279 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 121 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.24 |
| HSL | 106.03º | 0.37% | 0.62% | - |
| HSV(B) | 106.03º | 0.38% | 0.76% | - |
| XYZ | 33.22 | 45.37 | 25.09 | - |
| YUV | 168.93 | 100.95 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 121 | 0.29 | 0 | 0.38 | 0.24 | 106.03 | 0.37 | 0.62 |
| Hex | 8A | C2 | 79 | 1D | 0 | 26 | 18 | 6A | 25 | 3E |
| Octal | 212 | 302 | 171 | 35 | 0 | 46 | 30 | 152 | 45 | 76 |
| Binary | 10001010 | 11000010 | 1111001 | 11101 | 0 | 100110 | 11000 | 1101010 | 100101 | 111110 |
Color Harmonies of #8AC279
Complementary color
Monochromatic Colors of #8AC279
Black with #8AC279
Text Example
Text Example
White with #8AC279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC279; }
p { color: rgb(138,194,121); }
H1.HeaderClassName
{
color: #8AC279;
}
.AnyTagClassName
{
color: #8AC279;
}
</style>
background-color css
<style>
a { background-color: #8AC279; }
a { background-color: rgb(138,194,121); }
div.DivClassName
{
background-color: #8AC279;
}
.BgClassName
{
background-color: #8AC279;
}
</style>
border-color css
<style>
span { border-color: #8AC279; }
span { border-color: rgb(138,194,121); }
td.TdClassName
{
border-color: #8AC279;
}
.TagClassName
{
border-color: #8AC279;
}
</style>