Shades of De York #8AD198
Tints of De York #8AD198
RGB
CMYK
RGB Variations
Color information
#8AD198 (or 0x8AD198) is known color: De York. HEX triplet: 8A, D1 and 98. RGB value is (138,209,152). Sum of RGB (Red+Green+Blue) = 138+209+152=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD198 is #752E67. Grayscale: #B5B5B5. Windows color (decimal): -7679592 or 10015114. OLE color: 10015114.
HSL color Cylindrical-coordinate representation of color #8AD198: hue angle of 131.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD198 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 152 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.18 |
| HSL | 131.83º | 0.44% | 0.68% | - |
| HSV(B) | 131.83º | 0.34% | 0.82% | - |
| XYZ | 38.95 | 53.27 | 37.94 | - |
| YUV | 181.27 | 111.48 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 152 | 0.34 | 0 | 0.27 | 0.18 | 131.83 | 0.44 | 0.68 |
| Hex | 8A | D1 | 98 | 22 | 0 | 1B | 12 | 84 | 2C | 44 |
| Octal | 212 | 321 | 230 | 42 | 0 | 33 | 22 | 204 | 54 | 104 |
| Binary | 10001010 | 11010001 | 10011000 | 100010 | 0 | 11011 | 10010 | 10000100 | 101100 | 1000100 |
Color Harmonies of #8AD198
Complementary color
Monochromatic Colors of #8AD198
Black with #8AD198
Text Example
Text Example
White with #8AD198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD198; }
p { color: rgb(138,209,152); }
H1.HeaderClassName
{
color: #8AD198;
}
.AnyTagClassName
{
color: #8AD198;
}
</style>
background-color css
<style>
a { background-color: #8AD198; }
a { background-color: rgb(138,209,152); }
div.DivClassName
{
background-color: #8AD198;
}
.BgClassName
{
background-color: #8AD198;
}
</style>
border-color css
<style>
span { border-color: #8AD198; }
span { border-color: rgb(138,209,152); }
td.TdClassName
{
border-color: #8AD198;
}
.TagClassName
{
border-color: #8AD198;
}
</style>