Shades of Conifer #9AF75A
Tints of Conifer #9AF75A
RGB
CMYK
RGB Variations
Color information
#9AF75A (or 0x9AF75A) is known color: Conifer. HEX triplet: 9A, F7 and 5A. RGB value is (154,247,90). Sum of RGB (Red+Green+Blue) = 154+247+90=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF75A is #6508A5. Grayscale: #C9C9C9. Windows color (decimal): -6621350 or 5961626. OLE color: 5961626.
HSL color Cylindrical-coordinate representation of color #9AF75A: hue angle of 95.54º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AF75A is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 247 | 90 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.03 |
| HSL | 95.54º | 0.91% | 0.66% | - |
| HSV(B) | 95.54º | 0.64% | 0.97% | - |
| XYZ | 48.43 | 74.13 | 21.43 | - |
| YUV | 201.3 | 65.19 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 247 | 90 | 0.38 | 0 | 0.64 | 0.03 | 95.54 | 0.91 | 0.66 |
| Hex | 9A | F7 | 5A | 26 | 0 | 40 | 3 | 60 | 5B | 42 |
| Octal | 232 | 367 | 132 | 46 | 0 | 100 | 3 | 140 | 133 | 102 |
| Binary | 10011010 | 11110111 | 1011010 | 100110 | 0 | 1000000 | 11 | 1100000 | 1011011 | 1000010 |
Color Harmonies of #9AF75A
Complementary color
Monochromatic Colors of #9AF75A
Black with #9AF75A
Text Example
Text Example
White with #9AF75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF75A; }
p { color: rgb(154,247,90); }
H1.HeaderClassName
{
color: #9AF75A;
}
.AnyTagClassName
{
color: #9AF75A;
}
</style>
background-color css
<style>
a { background-color: #9AF75A; }
a { background-color: rgb(154,247,90); }
div.DivClassName
{
background-color: #9AF75A;
}
.BgClassName
{
background-color: #9AF75A;
}
</style>
border-color css
<style>
span { border-color: #9AF75A; }
span { border-color: rgb(154,247,90); }
td.TdClassName
{
border-color: #9AF75A;
}
.TagClassName
{
border-color: #9AF75A;
}
</style>