Shades of De York #8AC891
Tints of De York #8AC891
RGB
CMYK
RGB Variations
Color information
#8AC891 (or 0x8AC891) is known color: De York. HEX triplet: 8A, C8 and 91. RGB value is (138,200,145). Sum of RGB (Red+Green+Blue) = 138+200+145=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC891 is #75376E. Grayscale: #AFAFAF. Windows color (decimal): -7681903 or 9554058. OLE color: 9554058.
HSL color Cylindrical-coordinate representation of color #8AC891: hue angle of 126.77º 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 #8AC891 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 200 | 145 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.22 |
| HSL | 126.77º | 0.36% | 0.66% | - |
| HSV(B) | 126.77º | 0.31% | 0.78% | - |
| XYZ | 36.25 | 48.76 | 34.29 | - |
| YUV | 175.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 145 | 0.31 | 0 | 0.28 | 0.22 | 126.77 | 0.36 | 0.66 |
| Hex | 8A | C8 | 91 | 1F | 0 | 1C | 16 | 7F | 24 | 42 |
| Octal | 212 | 310 | 221 | 37 | 0 | 34 | 26 | 177 | 44 | 102 |
| Binary | 10001010 | 11001000 | 10010001 | 11111 | 0 | 11100 | 10110 | 1111111 | 100100 | 1000010 |
Color Harmonies of #8AC891
Complementary color
Monochromatic Colors of #8AC891
Black with #8AC891
Text Example
Text Example
White with #8AC891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC891; }
p { color: rgb(138,200,145); }
H1.HeaderClassName
{
color: #8AC891;
}
.AnyTagClassName
{
color: #8AC891;
}
</style>
background-color css
<style>
a { background-color: #8AC891; }
a { background-color: rgb(138,200,145); }
div.DivClassName
{
background-color: #8AC891;
}
.BgClassName
{
background-color: #8AC891;
}
</style>
border-color css
<style>
span { border-color: #8AC891; }
span { border-color: rgb(138,200,145); }
td.TdClassName
{
border-color: #8AC891;
}
.TagClassName
{
border-color: #8AC891;
}
</style>