Shades of Conifer #9AFE62
Tints of Conifer #9AFE62
RGB
CMYK
RGB Variations
Color information
#9AFE62 (or 0x9AFE62) is known color: Conifer. HEX triplet: 9A, FE and 62. RGB value is (154,254,98). Sum of RGB (Red+Green+Blue) = 154+254+98=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFE62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFE62 is #65019D. Grayscale: #CECECE. Windows color (decimal): -6619550 or 6487706. OLE color: 6487706.
HSL color Cylindrical-coordinate representation of color #9AFE62: hue angle of 98.46º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AFE62 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 254 | 98 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.00 |
| HSL | 98.46º | 0.99% | 0.69% | - |
| HSV(B) | 98.46º | 0.61% | 1% | - |
| XYZ | 50.97 | 78.64 | 24.05 | - |
| YUV | 206.32 | 66.87 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 254 | 98 | 0.39 | 0 | 0.61 | 0.00 | 98.46 | 0.99 | 0.69 |
| Hex | 9A | FE | 62 | 27 | 0 | 3D | 0 | 62 | 63 | 45 |
| Octal | 232 | 376 | 142 | 47 | 0 | 75 | 0 | 142 | 143 | 105 |
| Binary | 10011010 | 11111110 | 1100010 | 100111 | 0 | 111101 | 0 | 1100010 | 1100011 | 1000101 |
Color Harmonies of #9AFE62
Complementary color
Monochromatic Colors of #9AFE62
Black with #9AFE62
Text Example
Text Example
White with #9AFE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFE62; }
p { color: rgb(154,254,98); }
H1.HeaderClassName
{
color: #9AFE62;
}
.AnyTagClassName
{
color: #9AFE62;
}
</style>
background-color css
<style>
a { background-color: #9AFE62; }
a { background-color: rgb(154,254,98); }
div.DivClassName
{
background-color: #9AFE62;
}
.BgClassName
{
background-color: #9AFE62;
}
</style>
border-color css
<style>
span { border-color: #9AFE62; }
span { border-color: rgb(154,254,98); }
td.TdClassName
{
border-color: #9AFE62;
}
.TagClassName
{
border-color: #9AFE62;
}
</style>