Shades of Spring Bud #90E001
Tints of Spring Bud #90E001
RGB
CMYK
RGB Variations
Color information
#90E001 (or 0x90E001) is known color: Spring Bud. HEX triplet: 90, E0 and 01. RGB value is (144,224,1). Sum of RGB (Red+Green+Blue) = 144+224+1=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #90E001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90E001 is #6F1FFE. Grayscale: #AFAFAF. Windows color (decimal): -7282687 or 123024. OLE color: 123024.
HSL color Cylindrical-coordinate representation of color #90E001: hue angle of 81.52º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90E001 is Cyan = 0.36, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 1 | - |
| CMYK | 0.36 | 0 | 1.00 | 0.12 |
| HSL | 81.52º | 0.99% | 0.44% | - |
| HSV(B) | 81.52º | 1% | 0.88% | - |
| XYZ | 38.16 | 59.24 | 9.45 | - |
| YUV | 174.66 | 30 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 1 | 0.36 | 0 | 1.00 | 0.12 | 81.52 | 0.99 | 0.44 |
| Hex | 90 | E0 | 1 | 24 | 0 | 64 | C | 52 | 63 | 2C |
| Octal | 220 | 340 | 1 | 44 | 0 | 144 | 14 | 122 | 143 | 54 |
| Binary | 10010000 | 11100000 | 1 | 100100 | 0 | 1100100 | 1100 | 1010010 | 1100011 | 101100 |
Color Harmonies of #90E001
Complementary color
Monochromatic Colors of #90E001
Black with #90E001
Text Example
Text Example
White with #90E001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E001; }
p { color: rgb(144,224,1); }
H1.HeaderClassName
{
color: #90E001;
}
.AnyTagClassName
{
color: #90E001;
}
</style>
background-color css
<style>
a { background-color: #90E001; }
a { background-color: rgb(144,224,1); }
div.DivClassName
{
background-color: #90E001;
}
.BgClassName
{
background-color: #90E001;
}
</style>
border-color css
<style>
span { border-color: #90E001; }
span { border-color: rgb(144,224,1); }
td.TdClassName
{
border-color: #90E001;
}
.TagClassName
{
border-color: #90E001;
}
</style>