Shades of Conifer #9AF65D
Tints of Conifer #9AF65D
RGB
CMYK
RGB Variations
Color information
#9AF65D (or 0x9AF65D) is known color: Conifer. HEX triplet: 9A, F6 and 5D. RGB value is (154,246,93). Sum of RGB (Red+Green+Blue) = 154+246+93=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF65D is #6509A2. Grayscale: #C9C9C9. Windows color (decimal): -6621603 or 6157978. OLE color: 6157978.
HSL color Cylindrical-coordinate representation of color #9AF65D: hue angle of 96.08º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AF65D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 246 | 93 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.04 |
| HSL | 96.08º | 0.89% | 0.66% | - |
| HSV(B) | 96.08º | 0.62% | 0.96% | - |
| XYZ | 48.26 | 73.57 | 22.01 | - |
| YUV | 201.05 | 67.02 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 246 | 93 | 0.37 | 0 | 0.62 | 0.04 | 96.08 | 0.89 | 0.66 |
| Hex | 9A | F6 | 5D | 25 | 0 | 3E | 4 | 60 | 59 | 42 |
| Octal | 232 | 366 | 135 | 45 | 0 | 76 | 4 | 140 | 131 | 102 |
| Binary | 10011010 | 11110110 | 1011101 | 100101 | 0 | 111110 | 100 | 1100000 | 1011001 | 1000010 |
Color Harmonies of #9AF65D
Complementary color
Monochromatic Colors of #9AF65D
Black with #9AF65D
Text Example
Text Example
White with #9AF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF65D; }
p { color: rgb(154,246,93); }
H1.HeaderClassName
{
color: #9AF65D;
}
.AnyTagClassName
{
color: #9AF65D;
}
</style>
background-color css
<style>
a { background-color: #9AF65D; }
a { background-color: rgb(154,246,93); }
div.DivClassName
{
background-color: #9AF65D;
}
.BgClassName
{
background-color: #9AF65D;
}
</style>
border-color css
<style>
span { border-color: #9AF65D; }
span { border-color: rgb(154,246,93); }
td.TdClassName
{
border-color: #9AF65D;
}
.TagClassName
{
border-color: #9AF65D;
}
</style>