Shades of De York #8AC977
Tints of De York #8AC977
RGB
CMYK
RGB Variations
Color information
#8AC977 (or 0x8AC977) is known color: De York. HEX triplet: 8A, C9 and 77. RGB value is (138,201,119). Sum of RGB (Red+Green+Blue) = 138+201+119=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC977 is #753688. Grayscale: #ADADAD. Windows color (decimal): -7681673 or 7850378. OLE color: 7850378.
HSL color Cylindrical-coordinate representation of color #8AC977: hue angle of 106.1º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AC977 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 201 | 119 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.21 |
| HSL | 106.1º | 0.43% | 0.63% | - |
| HSV(B) | 106.1º | 0.41% | 0.79% | - |
| XYZ | 34.7 | 48.51 | 24.99 | - |
| YUV | 172.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 201 | 119 | 0.31 | 0 | 0.41 | 0.21 | 106.1 | 0.43 | 0.63 |
| Hex | 8A | C9 | 77 | 1F | 0 | 29 | 15 | 6A | 2B | 3F |
| Octal | 212 | 311 | 167 | 37 | 0 | 51 | 25 | 152 | 53 | 77 |
| Binary | 10001010 | 11001001 | 1110111 | 11111 | 0 | 101001 | 10101 | 1101010 | 101011 | 111111 |
Color Harmonies of #8AC977
Complementary color
Monochromatic Colors of #8AC977
Black with #8AC977
Text Example
Text Example
White with #8AC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC977; }
p { color: rgb(138,201,119); }
H1.HeaderClassName
{
color: #8AC977;
}
.AnyTagClassName
{
color: #8AC977;
}
</style>
background-color css
<style>
a { background-color: #8AC977; }
a { background-color: rgb(138,201,119); }
div.DivClassName
{
background-color: #8AC977;
}
.BgClassName
{
background-color: #8AC977;
}
</style>
border-color css
<style>
span { border-color: #8AC977; }
span { border-color: rgb(138,201,119); }
td.TdClassName
{
border-color: #8AC977;
}
.TagClassName
{
border-color: #8AC977;
}
</style>