Shades of Conifer #9DF24A
Tints of Conifer #9DF24A
RGB
CMYK
RGB Variations
Color information
#9DF24A (or 0x9DF24A) is known color: Conifer. HEX triplet: 9D, F2 and 4A. RGB value is (157,242,74). Sum of RGB (Red+Green+Blue) = 157+242+74=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF24A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DF24A is #620DB5. Grayscale: #C6C6C6. Windows color (decimal): -6426038 or 4911773. OLE color: 4911773.
HSL color Cylindrical-coordinate representation of color #9DF24A: hue angle of 90.36º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DF24A is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 74 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.05 |
| HSL | 90.36º | 0.87% | 0.62% | - |
| HSV(B) | 90.36º | 0.69% | 0.95% | - |
| XYZ | 46.89 | 71.17 | 17.74 | - |
| YUV | 197.43 | 58.34 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 74 | 0.35 | 0 | 0.69 | 0.05 | 90.36 | 0.87 | 0.62 |
| Hex | 9D | F2 | 4A | 23 | 0 | 45 | 5 | 5A | 57 | 3E |
| Octal | 235 | 362 | 112 | 43 | 0 | 105 | 5 | 132 | 127 | 76 |
| Binary | 10011101 | 11110010 | 1001010 | 100011 | 0 | 1000101 | 101 | 1011010 | 1010111 | 111110 |
Color Harmonies of #9DF24A
Complementary color
Monochromatic Colors of #9DF24A
Black with #9DF24A
Text Example
Text Example
White with #9DF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF24A; }
p { color: rgb(157,242,74); }
H1.HeaderClassName
{
color: #9DF24A;
}
.AnyTagClassName
{
color: #9DF24A;
}
</style>
background-color css
<style>
a { background-color: #9DF24A; }
a { background-color: rgb(157,242,74); }
div.DivClassName
{
background-color: #9DF24A;
}
.BgClassName
{
background-color: #9DF24A;
}
</style>
border-color css
<style>
span { border-color: #9DF24A; }
span { border-color: rgb(157,242,74); }
td.TdClassName
{
border-color: #9DF24A;
}
.TagClassName
{
border-color: #9DF24A;
}
</style>