Shades of De York #8AC37B
Tints of De York #8AC37B
RGB
CMYK
RGB Variations
Color information
#8AC37B (or 0x8AC37B) is known color: De York. HEX triplet: 8A, C3 and 7B. RGB value is (138,195,123). Sum of RGB (Red+Green+Blue) = 138+195+123=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC37B is #753C84. Grayscale: #A9A9A9. Windows color (decimal): -7683205 or 8110986. OLE color: 8110986.
HSL color Cylindrical-coordinate representation of color #8AC37B: hue angle of 107.5º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AC37B is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 195 | 123 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.24 |
| HSL | 107.5º | 0.38% | 0.62% | - |
| HSV(B) | 107.5º | 0.37% | 0.76% | - |
| XYZ | 33.57 | 45.86 | 25.82 | - |
| YUV | 169.75 | 101.62 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 123 | 0.29 | 0 | 0.37 | 0.24 | 107.5 | 0.38 | 0.62 |
| Hex | 8A | C3 | 7B | 1D | 0 | 25 | 18 | 6C | 26 | 3E |
| Octal | 212 | 303 | 173 | 35 | 0 | 45 | 30 | 154 | 46 | 76 |
| Binary | 10001010 | 11000011 | 1111011 | 11101 | 0 | 100101 | 11000 | 1101100 | 100110 | 111110 |
Color Harmonies of #8AC37B
Complementary color
Monochromatic Colors of #8AC37B
Black with #8AC37B
Text Example
Text Example
White with #8AC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC37B; }
p { color: rgb(138,195,123); }
H1.HeaderClassName
{
color: #8AC37B;
}
.AnyTagClassName
{
color: #8AC37B;
}
</style>
background-color css
<style>
a { background-color: #8AC37B; }
a { background-color: rgb(138,195,123); }
div.DivClassName
{
background-color: #8AC37B;
}
.BgClassName
{
background-color: #8AC37B;
}
</style>
border-color css
<style>
span { border-color: #8AC37B; }
span { border-color: rgb(138,195,123); }
td.TdClassName
{
border-color: #8AC37B;
}
.TagClassName
{
border-color: #8AC37B;
}
</style>