Shades of Spring Bud #90E002
Tints of Spring Bud #90E002
RGB
CMYK
RGB Variations
Color information
#90E002 (or 0x90E002) is known color: Spring Bud. HEX triplet: 90, E0 and 02. RGB value is (144,224,2). Sum of RGB (Red+Green+Blue) = 144+224+2=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #90E002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90E002 is #6F1FFD. Grayscale: #AFAFAF. Windows color (decimal): -7282686 or 188560. OLE color: 188560.
HSL color Cylindrical-coordinate representation of color #90E002: hue angle of 81.62º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90E002 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.12 |
| HSL | 81.62º | 0.98% | 0.44% | - |
| HSV(B) | 81.62º | 0.99% | 0.88% | - |
| XYZ | 38.17 | 59.24 | 9.48 | - |
| YUV | 174.77 | 30.5 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 2 | 0.36 | 0 | 0.99 | 0.12 | 81.62 | 0.98 | 0.44 |
| Hex | 90 | E0 | 2 | 24 | 0 | 63 | C | 52 | 62 | 2C |
| Octal | 220 | 340 | 2 | 44 | 0 | 143 | 14 | 122 | 142 | 54 |
| Binary | 10010000 | 11100000 | 10 | 100100 | 0 | 1100011 | 1100 | 1010010 | 1100010 | 101100 |
Color Harmonies of #90E002
Complementary color
Monochromatic Colors of #90E002
Black with #90E002
Text Example
Text Example
White with #90E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E002; }
p { color: rgb(144,224,2); }
H1.HeaderClassName
{
color: #90E002;
}
.AnyTagClassName
{
color: #90E002;
}
</style>
background-color css
<style>
a { background-color: #90E002; }
a { background-color: rgb(144,224,2); }
div.DivClassName
{
background-color: #90E002;
}
.BgClassName
{
background-color: #90E002;
}
</style>
border-color css
<style>
span { border-color: #90E002; }
span { border-color: rgb(144,224,2); }
td.TdClassName
{
border-color: #90E002;
}
.TagClassName
{
border-color: #90E002;
}
</style>