Shades of Conifer #9AF362
Tints of Conifer #9AF362
RGB
CMYK
RGB Variations
Color information
#9AF362 (or 0x9AF362) is known color: Conifer. HEX triplet: 9A, F3 and 62. RGB value is (154,243,98). Sum of RGB (Red+Green+Blue) = 154+243+98=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF362 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF362 is #650C9D. Grayscale: #C8C8C8. Windows color (decimal): -6622366 or 6484890. OLE color: 6484890.
HSL color Cylindrical-coordinate representation of color #9AF362: hue angle of 96.83º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AF362 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 243 | 98 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.05 |
| HSL | 96.83º | 0.86% | 0.67% | - |
| HSV(B) | 96.83º | 0.6% | 0.95% | - |
| XYZ | 47.58 | 71.85 | 22.92 | - |
| YUV | 199.86 | 70.51 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 243 | 98 | 0.37 | 0 | 0.60 | 0.05 | 96.83 | 0.86 | 0.67 |
| Hex | 9A | F3 | 62 | 25 | 0 | 3C | 5 | 61 | 56 | 43 |
| Octal | 232 | 363 | 142 | 45 | 0 | 74 | 5 | 141 | 126 | 103 |
| Binary | 10011010 | 11110011 | 1100010 | 100101 | 0 | 111100 | 101 | 1100001 | 1010110 | 1000011 |
Color Harmonies of #9AF362
Complementary color
Monochromatic Colors of #9AF362
Black with #9AF362
Text Example
Text Example
White with #9AF362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF362; }
p { color: rgb(154,243,98); }
H1.HeaderClassName
{
color: #9AF362;
}
.AnyTagClassName
{
color: #9AF362;
}
</style>
background-color css
<style>
a { background-color: #9AF362; }
a { background-color: rgb(154,243,98); }
div.DivClassName
{
background-color: #9AF362;
}
.BgClassName
{
background-color: #9AF362;
}
</style>
border-color css
<style>
span { border-color: #9AF362; }
span { border-color: rgb(154,243,98); }
td.TdClassName
{
border-color: #9AF362;
}
.TagClassName
{
border-color: #9AF362;
}
</style>