Shades of De York #8AC58A
Tints of De York #8AC58A
RGB
CMYK
RGB Variations
Color information
#8AC58A (or 0x8AC58A) is known color: De York. HEX triplet: 8A, C5 and 8A. RGB value is (138,197,138). Sum of RGB (Red+Green+Blue) = 138+197+138=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC58A is #753A75. Grayscale: #ACACAC. Windows color (decimal): -7682678 or 9094538. OLE color: 9094538.
HSL color Cylindrical-coordinate representation of color #8AC58A: hue angle of 120º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC58A is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 138 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.23 |
| HSL | 120º | 0.34% | 0.66% | - |
| HSV(B) | 120º | 0.3% | 0.77% | - |
| XYZ | 35.03 | 47.17 | 31.3 | - |
| YUV | 172.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 138 | 0.30 | 0 | 0.30 | 0.23 | 120 | 0.34 | 0.66 |
| Hex | 8A | C5 | 8A | 1E | 0 | 1E | 17 | 78 | 22 | 42 |
| Octal | 212 | 305 | 212 | 36 | 0 | 36 | 27 | 170 | 42 | 102 |
| Binary | 10001010 | 11000101 | 10001010 | 11110 | 0 | 11110 | 10111 | 1111000 | 100010 | 1000010 |
Color Harmonies of #8AC58A
Complementary color
Monochromatic Colors of #8AC58A
Black with #8AC58A
Text Example
Text Example
White with #8AC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC58A; }
p { color: rgb(138,197,138); }
H1.HeaderClassName
{
color: #8AC58A;
}
.AnyTagClassName
{
color: #8AC58A;
}
</style>
background-color css
<style>
a { background-color: #8AC58A; }
a { background-color: rgb(138,197,138); }
div.DivClassName
{
background-color: #8AC58A;
}
.BgClassName
{
background-color: #8AC58A;
}
</style>
border-color css
<style>
span { border-color: #8AC58A; }
span { border-color: rgb(138,197,138); }
td.TdClassName
{
border-color: #8AC58A;
}
.TagClassName
{
border-color: #8AC58A;
}
</style>