Shades of De York #8AC07D
Tints of De York #8AC07D
RGB
CMYK
RGB Variations
Color information
#8AC07D (or 0x8AC07D) is known color: De York. HEX triplet: 8A, C0 and 7D. RGB value is (138,192,125). Sum of RGB (Red+Green+Blue) = 138+192+125=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC07D is #753F82. Grayscale: #A8A8A8. Windows color (decimal): -7683971 or 8241290. OLE color: 8241290.
HSL color Cylindrical-coordinate representation of color #8AC07D: hue angle of 108.36º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AC07D is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 125 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.25 |
| HSL | 108.36º | 0.35% | 0.62% | - |
| HSV(B) | 108.36º | 0.35% | 0.75% | - |
| XYZ | 33.03 | 44.58 | 26.27 | - |
| YUV | 168.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 125 | 0.28 | 0 | 0.35 | 0.25 | 108.36 | 0.35 | 0.62 |
| Hex | 8A | C0 | 7D | 1C | 0 | 23 | 19 | 6C | 23 | 3E |
| Octal | 212 | 300 | 175 | 34 | 0 | 43 | 31 | 154 | 43 | 76 |
| Binary | 10001010 | 11000000 | 1111101 | 11100 | 0 | 100011 | 11001 | 1101100 | 100011 | 111110 |
Color Harmonies of #8AC07D
Complementary color
Monochromatic Colors of #8AC07D
Black with #8AC07D
Text Example
Text Example
White with #8AC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC07D; }
p { color: rgb(138,192,125); }
H1.HeaderClassName
{
color: #8AC07D;
}
.AnyTagClassName
{
color: #8AC07D;
}
</style>
background-color css
<style>
a { background-color: #8AC07D; }
a { background-color: rgb(138,192,125); }
div.DivClassName
{
background-color: #8AC07D;
}
.BgClassName
{
background-color: #8AC07D;
}
</style>
border-color css
<style>
span { border-color: #8AC07D; }
span { border-color: rgb(138,192,125); }
td.TdClassName
{
border-color: #8AC07D;
}
.TagClassName
{
border-color: #8AC07D;
}
</style>