Shades of Conifer #9AF353
Tints of Conifer #9AF353
RGB
CMYK
RGB Variations
Color information
#9AF353 (or 0x9AF353) is known color: Conifer. HEX triplet: 9A, F3 and 53. RGB value is (154,243,83). Sum of RGB (Red+Green+Blue) = 154+243+83=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF353 is #650CAC. Grayscale: #C6C6C6. Windows color (decimal): -6622381 or 5501850. OLE color: 5501850.
HSL color Cylindrical-coordinate representation of color #9AF353: hue angle of 93.38º 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 #9AF353 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 243 | 83 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.05 |
| HSL | 93.38º | 0.87% | 0.64% | - |
| HSV(B) | 93.38º | 0.66% | 0.95% | - |
| XYZ | 46.94 | 71.6 | 19.53 | - |
| YUV | 198.15 | 63.01 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 243 | 83 | 0.37 | 0 | 0.66 | 0.05 | 93.38 | 0.87 | 0.64 |
| Hex | 9A | F3 | 53 | 25 | 0 | 42 | 5 | 5D | 57 | 40 |
| Octal | 232 | 363 | 123 | 45 | 0 | 102 | 5 | 135 | 127 | 100 |
| Binary | 10011010 | 11110011 | 1010011 | 100101 | 0 | 1000010 | 101 | 1011101 | 1010111 | 1000000 |
Color Harmonies of #9AF353
Complementary color
Monochromatic Colors of #9AF353
Black with #9AF353
Text Example
Text Example
White with #9AF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF353; }
p { color: rgb(154,243,83); }
H1.HeaderClassName
{
color: #9AF353;
}
.AnyTagClassName
{
color: #9AF353;
}
</style>
background-color css
<style>
a { background-color: #9AF353; }
a { background-color: rgb(154,243,83); }
div.DivClassName
{
background-color: #9AF353;
}
.BgClassName
{
background-color: #9AF353;
}
</style>
border-color css
<style>
span { border-color: #9AF353; }
span { border-color: rgb(154,243,83); }
td.TdClassName
{
border-color: #9AF353;
}
.TagClassName
{
border-color: #9AF353;
}
</style>