Shades of De York #8AC37A
Tints of De York #8AC37A
RGB
CMYK
RGB Variations
Color information
#8AC37A (or 0x8AC37A) is known color: De York. HEX triplet: 8A, C3 and 7A. RGB value is (138,195,122). Sum of RGB (Red+Green+Blue) = 138+195+122=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC37A is #753C85. Grayscale: #A9A9A9. Windows color (decimal): -7683206 or 8045450. OLE color: 8045450.
HSL color Cylindrical-coordinate representation of color #8AC37A: hue angle of 106.85º 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 #8AC37A is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 195 | 122 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.24 |
| HSL | 106.85º | 0.38% | 0.62% | - |
| HSV(B) | 106.85º | 0.37% | 0.76% | - |
| XYZ | 33.51 | 45.84 | 25.49 | - |
| YUV | 169.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 122 | 0.29 | 0 | 0.37 | 0.24 | 106.85 | 0.38 | 0.62 |
| Hex | 8A | C3 | 7A | 1D | 0 | 25 | 18 | 6B | 26 | 3E |
| Octal | 212 | 303 | 172 | 35 | 0 | 45 | 30 | 153 | 46 | 76 |
| Binary | 10001010 | 11000011 | 1111010 | 11101 | 0 | 100101 | 11000 | 1101011 | 100110 | 111110 |
Color Harmonies of #8AC37A
Complementary color
Monochromatic Colors of #8AC37A
Black with #8AC37A
Text Example
Text Example
White with #8AC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC37A; }
p { color: rgb(138,195,122); }
H1.HeaderClassName
{
color: #8AC37A;
}
.AnyTagClassName
{
color: #8AC37A;
}
</style>
background-color css
<style>
a { background-color: #8AC37A; }
a { background-color: rgb(138,195,122); }
div.DivClassName
{
background-color: #8AC37A;
}
.BgClassName
{
background-color: #8AC37A;
}
</style>
border-color css
<style>
span { border-color: #8AC37A; }
span { border-color: rgb(138,195,122); }
td.TdClassName
{
border-color: #8AC37A;
}
.TagClassName
{
border-color: #8AC37A;
}
</style>