Shades of Conifer #9AF350
Tints of Conifer #9AF350
RGB
CMYK
RGB Variations
Color information
#9AF350 (or 0x9AF350) is known color: Conifer. HEX triplet: 9A, F3 and 50. RGB value is (154,243,80). Sum of RGB (Red+Green+Blue) = 154+243+80=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF350 is #650CAF. Grayscale: #C6C6C6. Windows color (decimal): -6622384 or 5305242. OLE color: 5305242.
HSL color Cylindrical-coordinate representation of color #9AF350: hue angle of 92.76º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AF350 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 243 | 80 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.05 |
| HSL | 92.76º | 0.87% | 0.63% | - |
| HSV(B) | 92.76º | 0.67% | 0.95% | - |
| XYZ | 46.82 | 71.55 | 18.93 | - |
| YUV | 197.81 | 61.51 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 243 | 80 | 0.37 | 0 | 0.67 | 0.05 | 92.76 | 0.87 | 0.63 |
| Hex | 9A | F3 | 50 | 25 | 0 | 43 | 5 | 5D | 57 | 3F |
| Octal | 232 | 363 | 120 | 45 | 0 | 103 | 5 | 135 | 127 | 77 |
| Binary | 10011010 | 11110011 | 1010000 | 100101 | 0 | 1000011 | 101 | 1011101 | 1010111 | 111111 |
Color Harmonies of #9AF350
Complementary color
Monochromatic Colors of #9AF350
Black with #9AF350
Text Example
Text Example
White with #9AF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF350; }
p { color: rgb(154,243,80); }
H1.HeaderClassName
{
color: #9AF350;
}
.AnyTagClassName
{
color: #9AF350;
}
</style>
background-color css
<style>
a { background-color: #9AF350; }
a { background-color: rgb(154,243,80); }
div.DivClassName
{
background-color: #9AF350;
}
.BgClassName
{
background-color: #9AF350;
}
</style>
border-color css
<style>
span { border-color: #9AF350; }
span { border-color: rgb(154,243,80); }
td.TdClassName
{
border-color: #9AF350;
}
.TagClassName
{
border-color: #9AF350;
}
</style>