Shades of Light Green #8ADC90
Tints of Light Green #8ADC90
RGB
CMYK
RGB Variations
Color information
#8ADC90 (or 0x8ADC90) is known color: Light Green. HEX triplet: 8A, DC and 90. RGB value is (138,220,144). Sum of RGB (Red+Green+Blue) = 138+220+144=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC90 is #75236F. Grayscale: #BBBBBB. Windows color (decimal): -7676784 or 9493642. OLE color: 9493642.
HSL color Cylindrical-coordinate representation of color #8ADC90: hue angle of 124.39º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADC90 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 144 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.14 |
| HSL | 124.39º | 0.54% | 0.7% | - |
| HSV(B) | 124.39º | 0.37% | 0.86% | - |
| XYZ | 41.11 | 58.6 | 35.53 | - |
| YUV | 186.82 | 103.83 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 144 | 0.37 | 0 | 0.35 | 0.14 | 124.39 | 0.54 | 0.7 |
| Hex | 8A | DC | 90 | 25 | 0 | 23 | E | 7C | 36 | 46 |
| Octal | 212 | 334 | 220 | 45 | 0 | 43 | 16 | 174 | 66 | 106 |
| Binary | 10001010 | 11011100 | 10010000 | 100101 | 0 | 100011 | 1110 | 1111100 | 110110 | 1000110 |
Color Harmonies of #8ADC90
Complementary color
Monochromatic Colors of #8ADC90
Black with #8ADC90
Text Example
Text Example
White with #8ADC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC90; }
p { color: rgb(138,220,144); }
H1.HeaderClassName
{
color: #8ADC90;
}
.AnyTagClassName
{
color: #8ADC90;
}
</style>
background-color css
<style>
a { background-color: #8ADC90; }
a { background-color: rgb(138,220,144); }
div.DivClassName
{
background-color: #8ADC90;
}
.BgClassName
{
background-color: #8ADC90;
}
</style>
border-color css
<style>
span { border-color: #8ADC90; }
span { border-color: rgb(138,220,144); }
td.TdClassName
{
border-color: #8ADC90;
}
.TagClassName
{
border-color: #8ADC90;
}
</style>