Shades of De York #8AC88E
Tints of De York #8AC88E
RGB
CMYK
RGB Variations
Color information
#8AC88E (or 0x8AC88E) is known color: De York. HEX triplet: 8A, C8 and 8E. RGB value is (138,200,142). Sum of RGB (Red+Green+Blue) = 138+200+142=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC88E is #753771. Grayscale: #AFAFAF. Windows color (decimal): -7681906 or 9357450. OLE color: 9357450.
HSL color Cylindrical-coordinate representation of color #8AC88E: hue angle of 123.87º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC88E is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 200 | 142 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.22 |
| HSL | 123.87º | 0.36% | 0.66% | - |
| HSV(B) | 123.87º | 0.31% | 0.78% | - |
| XYZ | 36.02 | 48.66 | 33.09 | - |
| YUV | 174.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 142 | 0.31 | 0 | 0.29 | 0.22 | 123.87 | 0.36 | 0.66 |
| Hex | 8A | C8 | 8E | 1F | 0 | 1D | 16 | 7C | 24 | 42 |
| Octal | 212 | 310 | 216 | 37 | 0 | 35 | 26 | 174 | 44 | 102 |
| Binary | 10001010 | 11001000 | 10001110 | 11111 | 0 | 11101 | 10110 | 1111100 | 100100 | 1000010 |
Color Harmonies of #8AC88E
Complementary color
Monochromatic Colors of #8AC88E
Black with #8AC88E
Text Example
Text Example
White with #8AC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC88E; }
p { color: rgb(138,200,142); }
H1.HeaderClassName
{
color: #8AC88E;
}
.AnyTagClassName
{
color: #8AC88E;
}
</style>
background-color css
<style>
a { background-color: #8AC88E; }
a { background-color: rgb(138,200,142); }
div.DivClassName
{
background-color: #8AC88E;
}
.BgClassName
{
background-color: #8AC88E;
}
</style>
border-color css
<style>
span { border-color: #8AC88E; }
span { border-color: rgb(138,200,142); }
td.TdClassName
{
border-color: #8AC88E;
}
.TagClassName
{
border-color: #8AC88E;
}
</style>