Shades of Conifer #9AF352
Tints of Conifer #9AF352
RGB
CMYK
RGB Variations
Color information
#9AF352 (or 0x9AF352) is known color: Conifer. HEX triplet: 9A, F3 and 52. RGB value is (154,243,82). Sum of RGB (Red+Green+Blue) = 154+243+82=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF352 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF352 is #650CAD. Grayscale: #C6C6C6. Windows color (decimal): -6622382 or 5436314. OLE color: 5436314.
HSL color Cylindrical-coordinate representation of color #9AF352: hue angle of 93.17º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AF352 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 243 | 82 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.05 |
| HSL | 93.17º | 0.87% | 0.64% | - |
| HSV(B) | 93.17º | 0.66% | 0.95% | - |
| XYZ | 46.9 | 71.58 | 19.33 | - |
| YUV | 198.04 | 62.51 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 243 | 82 | 0.37 | 0 | 0.66 | 0.05 | 93.17 | 0.87 | 0.64 |
| Hex | 9A | F3 | 52 | 25 | 0 | 42 | 5 | 5D | 57 | 40 |
| Octal | 232 | 363 | 122 | 45 | 0 | 102 | 5 | 135 | 127 | 100 |
| Binary | 10011010 | 11110011 | 1010010 | 100101 | 0 | 1000010 | 101 | 1011101 | 1010111 | 1000000 |
Color Harmonies of #9AF352
Complementary color
Monochromatic Colors of #9AF352
Black with #9AF352
Text Example
Text Example
White with #9AF352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF352; }
p { color: rgb(154,243,82); }
H1.HeaderClassName
{
color: #9AF352;
}
.AnyTagClassName
{
color: #9AF352;
}
</style>
background-color css
<style>
a { background-color: #9AF352; }
a { background-color: rgb(154,243,82); }
div.DivClassName
{
background-color: #9AF352;
}
.BgClassName
{
background-color: #9AF352;
}
</style>
border-color css
<style>
span { border-color: #9AF352; }
span { border-color: rgb(154,243,82); }
td.TdClassName
{
border-color: #9AF352;
}
.TagClassName
{
border-color: #9AF352;
}
</style>