Shades of De York #8AD084
Tints of De York #8AD084
RGB
CMYK
RGB Variations
Color information
#8AD084 (or 0x8AD084) is known color: De York. HEX triplet: 8A, D0 and 84. RGB value is (138,208,132). Sum of RGB (Red+Green+Blue) = 138+208+132=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD084 is #752F7B. Grayscale: #B2B2B2. Windows color (decimal): -7679868 or 8704138. OLE color: 8704138.
HSL color Cylindrical-coordinate representation of color #8AD084: hue angle of 115.26º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AD084 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 132 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.18 |
| HSL | 115.26º | 0.45% | 0.67% | - |
| HSV(B) | 115.26º | 0.37% | 0.82% | - |
| XYZ | 37.2 | 52.18 | 29.94 | - |
| YUV | 178.41 | 101.81 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 132 | 0.34 | 0 | 0.37 | 0.18 | 115.26 | 0.45 | 0.67 |
| Hex | 8A | D0 | 84 | 22 | 0 | 25 | 12 | 73 | 2D | 43 |
| Octal | 212 | 320 | 204 | 42 | 0 | 45 | 22 | 163 | 55 | 103 |
| Binary | 10001010 | 11010000 | 10000100 | 100010 | 0 | 100101 | 10010 | 1110011 | 101101 | 1000011 |
Color Harmonies of #8AD084
Complementary color
Monochromatic Colors of #8AD084
Black with #8AD084
Text Example
Text Example
White with #8AD084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD084; }
p { color: rgb(138,208,132); }
H1.HeaderClassName
{
color: #8AD084;
}
.AnyTagClassName
{
color: #8AD084;
}
</style>
background-color css
<style>
a { background-color: #8AD084; }
a { background-color: rgb(138,208,132); }
div.DivClassName
{
background-color: #8AD084;
}
.BgClassName
{
background-color: #8AD084;
}
</style>
border-color css
<style>
span { border-color: #8AD084; }
span { border-color: rgb(138,208,132); }
td.TdClassName
{
border-color: #8AD084;
}
.TagClassName
{
border-color: #8AD084;
}
</style>