Shades of De York #8AD598
Tints of De York #8AD598
RGB
CMYK
RGB Variations
Color information
#8AD598 (or 0x8AD598) is known color: De York. HEX triplet: 8A, D5 and 98. RGB value is (138,213,152). Sum of RGB (Red+Green+Blue) = 138+213+152=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD598 is #752A67. Grayscale: #B7B7B7. Windows color (decimal): -7678568 or 10016138. OLE color: 10016138.
HSL color Cylindrical-coordinate representation of color #8AD598: hue angle of 131.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD598 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 152 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.16 |
| HSL | 131.2º | 0.47% | 0.69% | - |
| HSV(B) | 131.2º | 0.35% | 0.84% | - |
| XYZ | 39.94 | 55.26 | 38.27 | - |
| YUV | 183.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 152 | 0.35 | 0 | 0.29 | 0.16 | 131.2 | 0.47 | 0.69 |
| Hex | 8A | D5 | 98 | 23 | 0 | 1D | 10 | 83 | 2F | 45 |
| Octal | 212 | 325 | 230 | 43 | 0 | 35 | 20 | 203 | 57 | 105 |
| Binary | 10001010 | 11010101 | 10011000 | 100011 | 0 | 11101 | 10000 | 10000011 | 101111 | 1000101 |
Color Harmonies of #8AD598
Complementary color
Monochromatic Colors of #8AD598
Black with #8AD598
Text Example
Text Example
White with #8AD598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD598; }
p { color: rgb(138,213,152); }
H1.HeaderClassName
{
color: #8AD598;
}
.AnyTagClassName
{
color: #8AD598;
}
</style>
background-color css
<style>
a { background-color: #8AD598; }
a { background-color: rgb(138,213,152); }
div.DivClassName
{
background-color: #8AD598;
}
.BgClassName
{
background-color: #8AD598;
}
</style>
border-color css
<style>
span { border-color: #8AD598; }
span { border-color: rgb(138,213,152); }
td.TdClassName
{
border-color: #8AD598;
}
.TagClassName
{
border-color: #8AD598;
}
</style>