Shades of De York #8AD67C
Tints of De York #8AD67C
RGB
CMYK
RGB Variations
Color information
#8AD67C (or 0x8AD67C) is known color: De York. HEX triplet: 8A, D6 and 7C. RGB value is (138,214,124). Sum of RGB (Red+Green+Blue) = 138+214+124=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD67C is #752983. Grayscale: #B5B5B5. Windows color (decimal): -7678340 or 8181386. OLE color: 8181386.
HSL color Cylindrical-coordinate representation of color #8AD67C: hue angle of 110.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AD67C is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 124 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.16 |
| HSL | 110.67º | 0.52% | 0.66% | - |
| HSV(B) | 110.67º | 0.42% | 0.84% | - |
| XYZ | 38.17 | 54.95 | 27.66 | - |
| YUV | 181.02 | 95.82 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 124 | 0.36 | 0 | 0.42 | 0.16 | 110.67 | 0.52 | 0.66 |
| Hex | 8A | D6 | 7C | 24 | 0 | 2A | 10 | 6F | 34 | 42 |
| Octal | 212 | 326 | 174 | 44 | 0 | 52 | 20 | 157 | 64 | 102 |
| Binary | 10001010 | 11010110 | 1111100 | 100100 | 0 | 101010 | 10000 | 1101111 | 110100 | 1000010 |
Color Harmonies of #8AD67C
Complementary color
Monochromatic Colors of #8AD67C
Black with #8AD67C
Text Example
Text Example
White with #8AD67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD67C; }
p { color: rgb(138,214,124); }
H1.HeaderClassName
{
color: #8AD67C;
}
.AnyTagClassName
{
color: #8AD67C;
}
</style>
background-color css
<style>
a { background-color: #8AD67C; }
a { background-color: rgb(138,214,124); }
div.DivClassName
{
background-color: #8AD67C;
}
.BgClassName
{
background-color: #8AD67C;
}
</style>
border-color css
<style>
span { border-color: #8AD67C; }
span { border-color: rgb(138,214,124); }
td.TdClassName
{
border-color: #8AD67C;
}
.TagClassName
{
border-color: #8AD67C;
}
</style>