Shades of Conifer #9AF15C
Tints of Conifer #9AF15C
RGB
CMYK
RGB Variations
Color information
#9AF15C (or 0x9AF15C) is known color: Conifer. HEX triplet: 9A, F1 and 5C. RGB value is (154,241,92). Sum of RGB (Red+Green+Blue) = 154+241+92=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF15C is #650EA3. Grayscale: #C6C6C6. Windows color (decimal): -6622884 or 6091162. OLE color: 6091162.
HSL color Cylindrical-coordinate representation of color #9AF15C: hue angle of 95.03º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AF15C is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 92 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.05 |
| HSL | 95.03º | 0.84% | 0.65% | - |
| HSV(B) | 95.03º | 0.62% | 0.95% | - |
| XYZ | 46.71 | 70.55 | 21.28 | - |
| YUV | 198 | 68.18 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 92 | 0.36 | 0 | 0.62 | 0.05 | 95.03 | 0.84 | 0.65 |
| Hex | 9A | F1 | 5C | 24 | 0 | 3E | 5 | 5F | 54 | 41 |
| Octal | 232 | 361 | 134 | 44 | 0 | 76 | 5 | 137 | 124 | 101 |
| Binary | 10011010 | 11110001 | 1011100 | 100100 | 0 | 111110 | 101 | 1011111 | 1010100 | 1000001 |
Color Harmonies of #9AF15C
Complementary color
Monochromatic Colors of #9AF15C
Black with #9AF15C
Text Example
Text Example
White with #9AF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF15C; }
p { color: rgb(154,241,92); }
H1.HeaderClassName
{
color: #9AF15C;
}
.AnyTagClassName
{
color: #9AF15C;
}
</style>
background-color css
<style>
a { background-color: #9AF15C; }
a { background-color: rgb(154,241,92); }
div.DivClassName
{
background-color: #9AF15C;
}
.BgClassName
{
background-color: #9AF15C;
}
</style>
border-color css
<style>
span { border-color: #9AF15C; }
span { border-color: rgb(154,241,92); }
td.TdClassName
{
border-color: #9AF15C;
}
.TagClassName
{
border-color: #9AF15C;
}
</style>