Shades of Conifer #9CE54B
Tints of Conifer #9CE54B
RGB
CMYK
RGB Variations
Color information
#9CE54B (or 0x9CE54B) is known color: Conifer. HEX triplet: 9C, E5 and 4B. RGB value is (156,229,75). Sum of RGB (Red+Green+Blue) = 156+229+75=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #9CE54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE54B is #631AB4. Grayscale: #BEBEBE. Windows color (decimal): -6494901 or 4973980. OLE color: 4973980.
HSL color Cylindrical-coordinate representation of color #9CE54B: hue angle of 88.44º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CE54B is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 229 | 75 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.10 |
| HSL | 88.44º | 0.75% | 0.6% | - |
| HSV(B) | 88.44º | 0.67% | 0.9% | - |
| XYZ | 43 | 63.61 | 16.67 | - |
| YUV | 189.62 | 63.32 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 229 | 75 | 0.32 | 0 | 0.67 | 0.10 | 88.44 | 0.75 | 0.6 |
| Hex | 9C | E5 | 4B | 20 | 0 | 43 | A | 58 | 4B | 3C |
| Octal | 234 | 345 | 113 | 40 | 0 | 103 | 12 | 130 | 113 | 74 |
| Binary | 10011100 | 11100101 | 1001011 | 100000 | 0 | 1000011 | 1010 | 1011000 | 1001011 | 111100 |
Color Harmonies of #9CE54B
Complementary color
Monochromatic Colors of #9CE54B
Black with #9CE54B
Text Example
Text Example
White with #9CE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE54B; }
p { color: rgb(156,229,75); }
H1.HeaderClassName
{
color: #9CE54B;
}
.AnyTagClassName
{
color: #9CE54B;
}
</style>
background-color css
<style>
a { background-color: #9CE54B; }
a { background-color: rgb(156,229,75); }
div.DivClassName
{
background-color: #9CE54B;
}
.BgClassName
{
background-color: #9CE54B;
}
</style>
border-color css
<style>
span { border-color: #9CE54B; }
span { border-color: rgb(156,229,75); }
td.TdClassName
{
border-color: #9CE54B;
}
.TagClassName
{
border-color: #9CE54B;
}
</style>