Shades of De York #8AC777
Tints of De York #8AC777
RGB
CMYK
RGB Variations
Color information
#8AC777 (or 0x8AC777) is known color: De York. HEX triplet: 8A, C7 and 77. RGB value is (138,199,119). Sum of RGB (Red+Green+Blue) = 138+199+119=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC777 is #753888. Grayscale: #ABABAB. Windows color (decimal): -7682185 or 7849866. OLE color: 7849866.
HSL color Cylindrical-coordinate representation of color #8AC777: hue angle of 105.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AC777 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 199 | 119 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.22 |
| HSL | 105.75º | 0.42% | 0.62% | - |
| HSV(B) | 105.75º | 0.4% | 0.78% | - |
| XYZ | 34.23 | 47.58 | 24.83 | - |
| YUV | 171.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 199 | 119 | 0.31 | 0 | 0.40 | 0.22 | 105.75 | 0.42 | 0.62 |
| Hex | 8A | C7 | 77 | 1F | 0 | 28 | 16 | 6A | 2A | 3E |
| Octal | 212 | 307 | 167 | 37 | 0 | 50 | 26 | 152 | 52 | 76 |
| Binary | 10001010 | 11000111 | 1110111 | 11111 | 0 | 101000 | 10110 | 1101010 | 101010 | 111110 |
Color Harmonies of #8AC777
Complementary color
Monochromatic Colors of #8AC777
Black with #8AC777
Text Example
Text Example
White with #8AC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC777; }
p { color: rgb(138,199,119); }
H1.HeaderClassName
{
color: #8AC777;
}
.AnyTagClassName
{
color: #8AC777;
}
</style>
background-color css
<style>
a { background-color: #8AC777; }
a { background-color: rgb(138,199,119); }
div.DivClassName
{
background-color: #8AC777;
}
.BgClassName
{
background-color: #8AC777;
}
</style>
border-color css
<style>
span { border-color: #8AC777; }
span { border-color: rgb(138,199,119); }
td.TdClassName
{
border-color: #8AC777;
}
.TagClassName
{
border-color: #8AC777;
}
</style>