Shades of De York #8AD594
Tints of De York #8AD594
RGB
CMYK
RGB Variations
Color information
#8AD594 (or 0x8AD594) is known color: De York. HEX triplet: 8A, D5 and 94. RGB value is (138,213,148). Sum of RGB (Red+Green+Blue) = 138+213+148=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD594 is #752A6B. Grayscale: #B7B7B7. Windows color (decimal): -7678572 or 9753994. OLE color: 9753994.
HSL color Cylindrical-coordinate representation of color #8AD594: hue angle of 128º 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 #8AD594 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 148 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.16 |
| HSL | 128º | 0.47% | 0.69% | - |
| HSV(B) | 128º | 0.35% | 0.84% | - |
| XYZ | 39.62 | 55.13 | 36.57 | - |
| YUV | 183.17 | 108.15 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 148 | 0.35 | 0 | 0.31 | 0.16 | 128 | 0.47 | 0.69 |
| Hex | 8A | D5 | 94 | 23 | 0 | 1F | 10 | 80 | 2F | 45 |
| Octal | 212 | 325 | 224 | 43 | 0 | 37 | 20 | 200 | 57 | 105 |
| Binary | 10001010 | 11010101 | 10010100 | 100011 | 0 | 11111 | 10000 | 10000000 | 101111 | 1000101 |
Color Harmonies of #8AD594
Complementary color
Monochromatic Colors of #8AD594
Black with #8AD594
Text Example
Text Example
White with #8AD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD594; }
p { color: rgb(138,213,148); }
H1.HeaderClassName
{
color: #8AD594;
}
.AnyTagClassName
{
color: #8AD594;
}
</style>
background-color css
<style>
a { background-color: #8AD594; }
a { background-color: rgb(138,213,148); }
div.DivClassName
{
background-color: #8AD594;
}
.BgClassName
{
background-color: #8AD594;
}
</style>
border-color css
<style>
span { border-color: #8AD594; }
span { border-color: rgb(138,213,148); }
td.TdClassName
{
border-color: #8AD594;
}
.TagClassName
{
border-color: #8AD594;
}
</style>