Shades of De York #8AD498
Tints of De York #8AD498
RGB
CMYK
RGB Variations
Color information
#8AD498 (or 0x8AD498) is known color: De York. HEX triplet: 8A, D4 and 98. RGB value is (138,212,152). Sum of RGB (Red+Green+Blue) = 138+212+152=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD498 is #752B67. Grayscale: #B7B7B7. Windows color (decimal): -7678824 or 10015882. OLE color: 10015882.
HSL color Cylindrical-coordinate representation of color #8AD498: hue angle of 131.35º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD498 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 152 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.17 |
| HSL | 131.35º | 0.46% | 0.69% | - |
| HSV(B) | 131.35º | 0.35% | 0.83% | - |
| XYZ | 39.69 | 54.76 | 38.18 | - |
| YUV | 183.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 152 | 0.35 | 0 | 0.28 | 0.17 | 131.35 | 0.46 | 0.69 |
| Hex | 8A | D4 | 98 | 23 | 0 | 1C | 11 | 83 | 2E | 45 |
| Octal | 212 | 324 | 230 | 43 | 0 | 34 | 21 | 203 | 56 | 105 |
| Binary | 10001010 | 11010100 | 10011000 | 100011 | 0 | 11100 | 10001 | 10000011 | 101110 | 1000101 |
Color Harmonies of #8AD498
Complementary color
Monochromatic Colors of #8AD498
Black with #8AD498
Text Example
Text Example
White with #8AD498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD498; }
p { color: rgb(138,212,152); }
H1.HeaderClassName
{
color: #8AD498;
}
.AnyTagClassName
{
color: #8AD498;
}
</style>
background-color css
<style>
a { background-color: #8AD498; }
a { background-color: rgb(138,212,152); }
div.DivClassName
{
background-color: #8AD498;
}
.BgClassName
{
background-color: #8AD498;
}
</style>
border-color css
<style>
span { border-color: #8AD498; }
span { border-color: rgb(138,212,152); }
td.TdClassName
{
border-color: #8AD498;
}
.TagClassName
{
border-color: #8AD498;
}
</style>