Shades of Spring Bud #9CF318
Tints of Spring Bud #9CF318
RGB
CMYK
RGB Variations
Color information
#9CF318 (or 0x9CF318) is known color: Spring Bud. HEX triplet: 9C, F3 and 18. RGB value is (156,243,24). Sum of RGB (Red+Green+Blue) = 156+243+24=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 243 (95.31% from 255 or 57.45% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 243 - color contains mainly: green. Hex color #9CF318 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF318 is #630CE7. Grayscale: #C0C0C0. Windows color (decimal): -6491368 or 1635228. OLE color: 1635228.
HSL color Cylindrical-coordinate representation of color #9CF318: hue angle of 83.84º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CF318 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 243 | 24 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.05 |
| HSL | 83.84º | 0.9% | 0.52% | - |
| HSV(B) | 83.84º | 0.9% | 0.95% | - |
| XYZ | 45.93 | 71.24 | 12.19 | - |
| YUV | 192.02 | 33.18 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 243 | 24 | 0.36 | 0 | 0.90 | 0.05 | 83.84 | 0.9 | 0.52 |
| Hex | 9C | F3 | 18 | 24 | 0 | 5A | 5 | 54 | 5A | 34 |
| Octal | 234 | 363 | 30 | 44 | 0 | 132 | 5 | 124 | 132 | 64 |
| Binary | 10011100 | 11110011 | 11000 | 100100 | 0 | 1011010 | 101 | 1010100 | 1011010 | 110100 |
Color Harmonies of #9CF318
Complementary color
Monochromatic Colors of #9CF318
Black with #9CF318
Text Example
Text Example
White with #9CF318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF318; }
p { color: rgb(156,243,24); }
H1.HeaderClassName
{
color: #9CF318;
}
.AnyTagClassName
{
color: #9CF318;
}
</style>
background-color css
<style>
a { background-color: #9CF318; }
a { background-color: rgb(156,243,24); }
div.DivClassName
{
background-color: #9CF318;
}
.BgClassName
{
background-color: #9CF318;
}
</style>
border-color css
<style>
span { border-color: #9CF318; }
span { border-color: rgb(156,243,24); }
td.TdClassName
{
border-color: #9CF318;
}
.TagClassName
{
border-color: #9CF318;
}
</style>