Shades of De York #8AD790
Tints of De York #8AD790
RGB
CMYK
RGB Variations
Color information
#8AD790 (or 0x8AD790) is known color: De York. HEX triplet: 8A, D7 and 90. RGB value is (138,215,144). Sum of RGB (Red+Green+Blue) = 138+215+144=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD790 is #75286F. Grayscale: #B8B8B8. Windows color (decimal): -7678064 or 9492362. OLE color: 9492362.
HSL color Cylindrical-coordinate representation of color #8AD790: hue angle of 124.68º degrees, saturation: 0.49, 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 #8AD790 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 215 | 144 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.16 |
| HSL | 124.68º | 0.49% | 0.69% | - |
| HSV(B) | 124.68º | 0.36% | 0.84% | - |
| XYZ | 39.82 | 56.02 | 35.1 | - |
| YUV | 183.88 | 105.49 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 215 | 144 | 0.36 | 0 | 0.33 | 0.16 | 124.68 | 0.49 | 0.69 |
| Hex | 8A | D7 | 90 | 24 | 0 | 21 | 10 | 7D | 31 | 45 |
| Octal | 212 | 327 | 220 | 44 | 0 | 41 | 20 | 175 | 61 | 105 |
| Binary | 10001010 | 11010111 | 10010000 | 100100 | 0 | 100001 | 10000 | 1111101 | 110001 | 1000101 |
Color Harmonies of #8AD790
Complementary color
Monochromatic Colors of #8AD790
Black with #8AD790
Text Example
Text Example
White with #8AD790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD790; }
p { color: rgb(138,215,144); }
H1.HeaderClassName
{
color: #8AD790;
}
.AnyTagClassName
{
color: #8AD790;
}
</style>
background-color css
<style>
a { background-color: #8AD790; }
a { background-color: rgb(138,215,144); }
div.DivClassName
{
background-color: #8AD790;
}
.BgClassName
{
background-color: #8AD790;
}
</style>
border-color css
<style>
span { border-color: #8AD790; }
span { border-color: rgb(138,215,144); }
td.TdClassName
{
border-color: #8AD790;
}
.TagClassName
{
border-color: #8AD790;
}
</style>