Shades of Spring Bud #90E102
Tints of Spring Bud #90E102
RGB
CMYK
RGB Variations
Color information
#90E102 (or 0x90E102) is known color: Spring Bud. HEX triplet: 90, E1 and 02. RGB value is (144,225,2). Sum of RGB (Red+Green+Blue) = 144+225+2=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #90E102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90E102 is #6F1EFD. Grayscale: #B0B0B0. Windows color (decimal): -7282430 or 188816. OLE color: 188816.
HSL color Cylindrical-coordinate representation of color #90E102: hue angle of 81.79º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90E102 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 225 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.12 |
| HSL | 81.79º | 0.98% | 0.45% | - |
| HSV(B) | 81.79º | 0.99% | 0.88% | - |
| XYZ | 38.44 | 59.78 | 9.57 | - |
| YUV | 175.36 | 30.16 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 225 | 2 | 0.36 | 0 | 0.99 | 0.12 | 81.79 | 0.98 | 0.45 |
| Hex | 90 | E1 | 2 | 24 | 0 | 63 | C | 52 | 62 | 2D |
| Octal | 220 | 341 | 2 | 44 | 0 | 143 | 14 | 122 | 142 | 55 |
| Binary | 10010000 | 11100001 | 10 | 100100 | 0 | 1100011 | 1100 | 1010010 | 1100010 | 101101 |
Color Harmonies of #90E102
Complementary color
Monochromatic Colors of #90E102
Black with #90E102
Text Example
Text Example
White with #90E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E102; }
p { color: rgb(144,225,2); }
H1.HeaderClassName
{
color: #90E102;
}
.AnyTagClassName
{
color: #90E102;
}
</style>
background-color css
<style>
a { background-color: #90E102; }
a { background-color: rgb(144,225,2); }
div.DivClassName
{
background-color: #90E102;
}
.BgClassName
{
background-color: #90E102;
}
</style>
border-color css
<style>
span { border-color: #90E102; }
span { border-color: rgb(144,225,2); }
td.TdClassName
{
border-color: #90E102;
}
.TagClassName
{
border-color: #90E102;
}
</style>