Shades of De York #8AC483
Tints of De York #8AC483
RGB
CMYK
RGB Variations
Color information
#8AC483 (or 0x8AC483) is known color: De York. HEX triplet: 8A, C4 and 83. RGB value is (138,196,131). Sum of RGB (Red+Green+Blue) = 138+196+131=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC483 is #753B7C. Grayscale: #ABABAB. Windows color (decimal): -7682941 or 8635530. OLE color: 8635530.
HSL color Cylindrical-coordinate representation of color #8AC483: hue angle of 113.54º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AC483 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 196 | 131 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.23 |
| HSL | 113.54º | 0.36% | 0.64% | - |
| HSV(B) | 113.54º | 0.33% | 0.77% | - |
| XYZ | 34.32 | 46.52 | 28.64 | - |
| YUV | 171.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 196 | 131 | 0.30 | 0 | 0.33 | 0.23 | 113.54 | 0.36 | 0.64 |
| Hex | 8A | C4 | 83 | 1E | 0 | 21 | 17 | 72 | 24 | 40 |
| Octal | 212 | 304 | 203 | 36 | 0 | 41 | 27 | 162 | 44 | 100 |
| Binary | 10001010 | 11000100 | 10000011 | 11110 | 0 | 100001 | 10111 | 1110010 | 100100 | 1000000 |
Color Harmonies of #8AC483
Complementary color
Monochromatic Colors of #8AC483
Black with #8AC483
Text Example
Text Example
White with #8AC483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC483; }
p { color: rgb(138,196,131); }
H1.HeaderClassName
{
color: #8AC483;
}
.AnyTagClassName
{
color: #8AC483;
}
</style>
background-color css
<style>
a { background-color: #8AC483; }
a { background-color: rgb(138,196,131); }
div.DivClassName
{
background-color: #8AC483;
}
.BgClassName
{
background-color: #8AC483;
}
</style>
border-color css
<style>
span { border-color: #8AC483; }
span { border-color: rgb(138,196,131); }
td.TdClassName
{
border-color: #8AC483;
}
.TagClassName
{
border-color: #8AC483;
}
</style>