Shades of De York #8AD48A
Tints of De York #8AD48A
RGB
CMYK
RGB Variations
Color information
#8AD48A (or 0x8AD48A) is known color: De York. HEX triplet: 8A, D4 and 8A. RGB value is (138,212,138). Sum of RGB (Red+Green+Blue) = 138+212+138=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD48A is #752B75. Grayscale: #B5B5B5. Windows color (decimal): -7678838 or 9098378. OLE color: 9098378.
HSL color Cylindrical-coordinate representation of color #8AD48A: hue angle of 120º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD48A is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 138 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.17 |
| HSL | 120º | 0.46% | 0.69% | - |
| HSV(B) | 120º | 0.35% | 0.83% | - |
| XYZ | 38.61 | 54.33 | 32.5 | - |
| YUV | 181.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 138 | 0.35 | 0 | 0.35 | 0.17 | 120 | 0.46 | 0.69 |
| Hex | 8A | D4 | 8A | 23 | 0 | 23 | 11 | 78 | 2E | 45 |
| Octal | 212 | 324 | 212 | 43 | 0 | 43 | 21 | 170 | 56 | 105 |
| Binary | 10001010 | 11010100 | 10001010 | 100011 | 0 | 100011 | 10001 | 1111000 | 101110 | 1000101 |
Color Harmonies of #8AD48A
Complementary color
Monochromatic Colors of #8AD48A
Black with #8AD48A
Text Example
Text Example
White with #8AD48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD48A; }
p { color: rgb(138,212,138); }
H1.HeaderClassName
{
color: #8AD48A;
}
.AnyTagClassName
{
color: #8AD48A;
}
</style>
background-color css
<style>
a { background-color: #8AD48A; }
a { background-color: rgb(138,212,138); }
div.DivClassName
{
background-color: #8AD48A;
}
.BgClassName
{
background-color: #8AD48A;
}
</style>
border-color css
<style>
span { border-color: #8AD48A; }
span { border-color: rgb(138,212,138); }
td.TdClassName
{
border-color: #8AD48A;
}
.TagClassName
{
border-color: #8AD48A;
}
</style>