Shades of De York #8AD28B
Tints of De York #8AD28B
RGB
CMYK
RGB Variations
Color information
#8AD28B (or 0x8AD28B) is known color: De York. HEX triplet: 8A, D2 and 8B. RGB value is (138,210,139). Sum of RGB (Red+Green+Blue) = 138+210+139=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD28B is #752D74. Grayscale: #B4B4B4. Windows color (decimal): -7679349 or 9163402. OLE color: 9163402.
HSL color Cylindrical-coordinate representation of color #8AD28B: hue angle of 120.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD28B is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 139 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.18 |
| HSL | 120.83º | 0.44% | 0.68% | - |
| HSV(B) | 120.83º | 0.34% | 0.82% | - |
| XYZ | 38.19 | 53.36 | 32.71 | - |
| YUV | 180.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 139 | 0.34 | 0 | 0.34 | 0.18 | 120.83 | 0.44 | 0.68 |
| Hex | 8A | D2 | 8B | 22 | 0 | 22 | 12 | 79 | 2C | 44 |
| Octal | 212 | 322 | 213 | 42 | 0 | 42 | 22 | 171 | 54 | 104 |
| Binary | 10001010 | 11010010 | 10001011 | 100010 | 0 | 100010 | 10010 | 1111001 | 101100 | 1000100 |
Color Harmonies of #8AD28B
Complementary color
Monochromatic Colors of #8AD28B
Black with #8AD28B
Text Example
Text Example
White with #8AD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD28B; }
p { color: rgb(138,210,139); }
H1.HeaderClassName
{
color: #8AD28B;
}
.AnyTagClassName
{
color: #8AD28B;
}
</style>
background-color css
<style>
a { background-color: #8AD28B; }
a { background-color: rgb(138,210,139); }
div.DivClassName
{
background-color: #8AD28B;
}
.BgClassName
{
background-color: #8AD28B;
}
</style>
border-color css
<style>
span { border-color: #8AD28B; }
span { border-color: rgb(138,210,139); }
td.TdClassName
{
border-color: #8AD28B;
}
.TagClassName
{
border-color: #8AD28B;
}
</style>