Shades of De York #8AD691
Tints of De York #8AD691
RGB
CMYK
RGB Variations
Color information
#8AD691 (or 0x8AD691) is known color: De York. HEX triplet: 8A, D6 and 91. RGB value is (138,214,145). Sum of RGB (Red+Green+Blue) = 138+214+145=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD691 is #75296E. Grayscale: #B7B7B7. Windows color (decimal): -7678319 or 9557642. OLE color: 9557642.
HSL color Cylindrical-coordinate representation of color #8AD691: hue angle of 125.53º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD691 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 145 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.16 |
| HSL | 125.53º | 0.48% | 0.69% | - |
| HSV(B) | 125.53º | 0.36% | 0.84% | - |
| XYZ | 39.64 | 55.54 | 35.42 | - |
| YUV | 183.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 145 | 0.36 | 0 | 0.32 | 0.16 | 125.53 | 0.48 | 0.69 |
| Hex | 8A | D6 | 91 | 24 | 0 | 20 | 10 | 7E | 30 | 45 |
| Octal | 212 | 326 | 221 | 44 | 0 | 40 | 20 | 176 | 60 | 105 |
| Binary | 10001010 | 11010110 | 10010001 | 100100 | 0 | 100000 | 10000 | 1111110 | 110000 | 1000101 |
Color Harmonies of #8AD691
Complementary color
Monochromatic Colors of #8AD691
Black with #8AD691
Text Example
Text Example
White with #8AD691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD691; }
p { color: rgb(138,214,145); }
H1.HeaderClassName
{
color: #8AD691;
}
.AnyTagClassName
{
color: #8AD691;
}
</style>
background-color css
<style>
a { background-color: #8AD691; }
a { background-color: rgb(138,214,145); }
div.DivClassName
{
background-color: #8AD691;
}
.BgClassName
{
background-color: #8AD691;
}
</style>
border-color css
<style>
span { border-color: #8AD691; }
span { border-color: rgb(138,214,145); }
td.TdClassName
{
border-color: #8AD691;
}
.TagClassName
{
border-color: #8AD691;
}
</style>