Shades of De York #8AC07A
Tints of De York #8AC07A
RGB
CMYK
RGB Variations
Color information
#8AC07A (or 0x8AC07A) is known color: De York. HEX triplet: 8A, C0 and 7A. RGB value is (138,192,122). Sum of RGB (Red+Green+Blue) = 138+192+122=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC07A is #753F85. Grayscale: #A8A8A8. Windows color (decimal): -7683974 or 8044682. OLE color: 8044682.
HSL color Cylindrical-coordinate representation of color #8AC07A: hue angle of 106.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AC07A is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 122 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.25 |
| HSL | 106.29º | 0.36% | 0.62% | - |
| HSV(B) | 106.29º | 0.36% | 0.75% | - |
| XYZ | 32.84 | 44.51 | 25.27 | - |
| YUV | 167.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 122 | 0.28 | 0 | 0.36 | 0.25 | 106.29 | 0.36 | 0.62 |
| Hex | 8A | C0 | 7A | 1C | 0 | 24 | 19 | 6A | 24 | 3E |
| Octal | 212 | 300 | 172 | 34 | 0 | 44 | 31 | 152 | 44 | 76 |
| Binary | 10001010 | 11000000 | 1111010 | 11100 | 0 | 100100 | 11001 | 1101010 | 100100 | 111110 |
Color Harmonies of #8AC07A
Complementary color
Monochromatic Colors of #8AC07A
Black with #8AC07A
Text Example
Text Example
White with #8AC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC07A; }
p { color: rgb(138,192,122); }
H1.HeaderClassName
{
color: #8AC07A;
}
.AnyTagClassName
{
color: #8AC07A;
}
</style>
background-color css
<style>
a { background-color: #8AC07A; }
a { background-color: rgb(138,192,122); }
div.DivClassName
{
background-color: #8AC07A;
}
.BgClassName
{
background-color: #8AC07A;
}
</style>
border-color css
<style>
span { border-color: #8AC07A; }
span { border-color: rgb(138,192,122); }
td.TdClassName
{
border-color: #8AC07A;
}
.TagClassName
{
border-color: #8AC07A;
}
</style>