Shades of Conifer #9AF054
Tints of Conifer #9AF054
RGB
CMYK
RGB Variations
Color information
#9AF054 (or 0x9AF054) is known color: Conifer. HEX triplet: 9A, F0 and 54. RGB value is (154,240,84). Sum of RGB (Red+Green+Blue) = 154+240+84=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF054 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF054 is #650FAB. Grayscale: #C5C5C5. Windows color (decimal): -6623148 or 5566618. OLE color: 5566618.
HSL color Cylindrical-coordinate representation of color #9AF054: hue angle of 93.08º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AF054 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 84 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.06 |
| HSL | 93.08º | 0.84% | 0.64% | - |
| HSV(B) | 93.08º | 0.65% | 0.94% | - |
| XYZ | 46.09 | 69.83 | 19.44 | - |
| YUV | 196.5 | 64.51 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 84 | 0.36 | 0 | 0.65 | 0.06 | 93.08 | 0.84 | 0.64 |
| Hex | 9A | F0 | 54 | 24 | 0 | 41 | 6 | 5D | 54 | 40 |
| Octal | 232 | 360 | 124 | 44 | 0 | 101 | 6 | 135 | 124 | 100 |
| Binary | 10011010 | 11110000 | 1010100 | 100100 | 0 | 1000001 | 110 | 1011101 | 1010100 | 1000000 |
Color Harmonies of #9AF054
Complementary color
Monochromatic Colors of #9AF054
Black with #9AF054
Text Example
Text Example
White with #9AF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF054; }
p { color: rgb(154,240,84); }
H1.HeaderClassName
{
color: #9AF054;
}
.AnyTagClassName
{
color: #9AF054;
}
</style>
background-color css
<style>
a { background-color: #9AF054; }
a { background-color: rgb(154,240,84); }
div.DivClassName
{
background-color: #9AF054;
}
.BgClassName
{
background-color: #9AF054;
}
</style>
border-color css
<style>
span { border-color: #9AF054; }
span { border-color: rgb(154,240,84); }
td.TdClassName
{
border-color: #9AF054;
}
.TagClassName
{
border-color: #9AF054;
}
</style>