Shades of De York #8AC584
Tints of De York #8AC584
RGB
CMYK
RGB Variations
Color information
#8AC584 (or 0x8AC584) is known color: De York. HEX triplet: 8A, C5 and 84. RGB value is (138,197,132). Sum of RGB (Red+Green+Blue) = 138+197+132=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC584 is #753A7B. Grayscale: #ACACAC. Windows color (decimal): -7682684 or 8701322. OLE color: 8701322.
HSL color Cylindrical-coordinate representation of color #8AC584: hue angle of 114.46º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AC584 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 132 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.23 |
| HSL | 114.46º | 0.36% | 0.65% | - |
| HSV(B) | 114.46º | 0.33% | 0.77% | - |
| XYZ | 34.61 | 47 | 29.08 | - |
| YUV | 171.95 | 105.45 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 132 | 0.30 | 0 | 0.33 | 0.23 | 114.46 | 0.36 | 0.65 |
| Hex | 8A | C5 | 84 | 1E | 0 | 21 | 17 | 72 | 24 | 41 |
| Octal | 212 | 305 | 204 | 36 | 0 | 41 | 27 | 162 | 44 | 101 |
| Binary | 10001010 | 11000101 | 10000100 | 11110 | 0 | 100001 | 10111 | 1110010 | 100100 | 1000001 |
Color Harmonies of #8AC584
Complementary color
Monochromatic Colors of #8AC584
Black with #8AC584
Text Example
Text Example
White with #8AC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC584; }
p { color: rgb(138,197,132); }
H1.HeaderClassName
{
color: #8AC584;
}
.AnyTagClassName
{
color: #8AC584;
}
</style>
background-color css
<style>
a { background-color: #8AC584; }
a { background-color: rgb(138,197,132); }
div.DivClassName
{
background-color: #8AC584;
}
.BgClassName
{
background-color: #8AC584;
}
</style>
border-color css
<style>
span { border-color: #8AC584; }
span { border-color: rgb(138,197,132); }
td.TdClassName
{
border-color: #8AC584;
}
.TagClassName
{
border-color: #8AC584;
}
</style>