Shades of De York #8ACF7E
Tints of De York #8ACF7E
RGB
CMYK
RGB Variations
Color information
#8ACF7E (or 0x8ACF7E) is known color: De York. HEX triplet: 8A, CF and 7E. RGB value is (138,207,126). Sum of RGB (Red+Green+Blue) = 138+207+126=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF7E is #753081. Grayscale: #B1B1B1. Windows color (decimal): -7680130 or 8310666. OLE color: 8310666.
HSL color Cylindrical-coordinate representation of color #8ACF7E: hue angle of 111.11º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ACF7E is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 126 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.19 |
| HSL | 111.11º | 0.46% | 0.65% | - |
| HSV(B) | 111.11º | 0.39% | 0.81% | - |
| XYZ | 36.56 | 51.54 | 27.76 | - |
| YUV | 177.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 126 | 0.33 | 0 | 0.39 | 0.19 | 111.11 | 0.46 | 0.65 |
| Hex | 8A | CF | 7E | 21 | 0 | 27 | 13 | 6F | 2E | 41 |
| Octal | 212 | 317 | 176 | 41 | 0 | 47 | 23 | 157 | 56 | 101 |
| Binary | 10001010 | 11001111 | 1111110 | 100001 | 0 | 100111 | 10011 | 1101111 | 101110 | 1000001 |
Color Harmonies of #8ACF7E
Complementary color
Monochromatic Colors of #8ACF7E
Black with #8ACF7E
Text Example
Text Example
White with #8ACF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF7E; }
p { color: rgb(138,207,126); }
H1.HeaderClassName
{
color: #8ACF7E;
}
.AnyTagClassName
{
color: #8ACF7E;
}
</style>
background-color css
<style>
a { background-color: #8ACF7E; }
a { background-color: rgb(138,207,126); }
div.DivClassName
{
background-color: #8ACF7E;
}
.BgClassName
{
background-color: #8ACF7E;
}
</style>
border-color css
<style>
span { border-color: #8ACF7E; }
span { border-color: rgb(138,207,126); }
td.TdClassName
{
border-color: #8ACF7E;
}
.TagClassName
{
border-color: #8ACF7E;
}
</style>