Shades of Conifer #9AED4C
Tints of Conifer #9AED4C
RGB
CMYK
RGB Variations
Color information
#9AED4C (or 0x9AED4C) is known color: Conifer. HEX triplet: 9A, ED and 4C. RGB value is (154,237,76). Sum of RGB (Red+Green+Blue) = 154+237+76=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AED4C is #6512B3. Grayscale: #C2C2C2. Windows color (decimal): -6623924 or 5041562. OLE color: 5041562.
HSL color Cylindrical-coordinate representation of color #9AED4C: hue angle of 90.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AED4C is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 76 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.07 |
| HSL | 90.93º | 0.82% | 0.61% | - |
| HSV(B) | 90.93º | 0.68% | 0.93% | - |
| XYZ | 44.92 | 67.96 | 17.59 | - |
| YUV | 193.83 | 61.5 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 76 | 0.35 | 0 | 0.68 | 0.07 | 90.93 | 0.82 | 0.61 |
| Hex | 9A | ED | 4C | 23 | 0 | 44 | 7 | 5B | 52 | 3D |
| Octal | 232 | 355 | 114 | 43 | 0 | 104 | 7 | 133 | 122 | 75 |
| Binary | 10011010 | 11101101 | 1001100 | 100011 | 0 | 1000100 | 111 | 1011011 | 1010010 | 111101 |
Color Harmonies of #9AED4C
Complementary color
Monochromatic Colors of #9AED4C
Black with #9AED4C
Text Example
Text Example
White with #9AED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AED4C; }
p { color: rgb(154,237,76); }
H1.HeaderClassName
{
color: #9AED4C;
}
.AnyTagClassName
{
color: #9AED4C;
}
</style>
background-color css
<style>
a { background-color: #9AED4C; }
a { background-color: rgb(154,237,76); }
div.DivClassName
{
background-color: #9AED4C;
}
.BgClassName
{
background-color: #9AED4C;
}
</style>
border-color css
<style>
span { border-color: #9AED4C; }
span { border-color: rgb(154,237,76); }
td.TdClassName
{
border-color: #9AED4C;
}
.TagClassName
{
border-color: #9AED4C;
}
</style>