Shades of De York #90CE8A
Tints of De York #90CE8A
RGB
CMYK
RGB Variations
Color information
#90CE8A (or 0x90CE8A) is known color: De York. HEX triplet: 90, CE and 8A. RGB value is (144,206,138). Sum of RGB (Red+Green+Blue) = 144+206+138=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CE8A is #6F3175. Grayscale: #B3B3B3. Windows color (decimal): -7287158 or 9096848. OLE color: 9096848.
HSL color Cylindrical-coordinate representation of color #90CE8A: hue angle of 114.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90CE8A is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 138 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.19 |
| HSL | 114.71º | 0.41% | 0.67% | - |
| HSV(B) | 114.71º | 0.33% | 0.81% | - |
| XYZ | 38.16 | 51.91 | 32.05 | - |
| YUV | 179.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 138 | 0.30 | 0 | 0.33 | 0.19 | 114.71 | 0.41 | 0.67 |
| Hex | 90 | CE | 8A | 1E | 0 | 21 | 13 | 73 | 29 | 43 |
| Octal | 220 | 316 | 212 | 36 | 0 | 41 | 23 | 163 | 51 | 103 |
| Binary | 10010000 | 11001110 | 10001010 | 11110 | 0 | 100001 | 10011 | 1110011 | 101001 | 1000011 |
Color Harmonies of #90CE8A
Complementary color
Monochromatic Colors of #90CE8A
Black with #90CE8A
Text Example
Text Example
White with #90CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CE8A; }
p { color: rgb(144,206,138); }
H1.HeaderClassName
{
color: #90CE8A;
}
.AnyTagClassName
{
color: #90CE8A;
}
</style>
background-color css
<style>
a { background-color: #90CE8A; }
a { background-color: rgb(144,206,138); }
div.DivClassName
{
background-color: #90CE8A;
}
.BgClassName
{
background-color: #90CE8A;
}
</style>
border-color css
<style>
span { border-color: #90CE8A; }
span { border-color: rgb(144,206,138); }
td.TdClassName
{
border-color: #90CE8A;
}
.TagClassName
{
border-color: #90CE8A;
}
</style>