Shades of Conifer #9AF34C
Tints of Conifer #9AF34C
RGB
CMYK
RGB Variations
Color information
#9AF34C (or 0x9AF34C) is known color: Conifer. HEX triplet: 9A, F3 and 4C. RGB value is (154,243,76). Sum of RGB (Red+Green+Blue) = 154+243+76=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF34C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AF34C is #650CB3. Grayscale: #C5C5C5. Windows color (decimal): -6622388 or 5043098. OLE color: 5043098.
HSL color Cylindrical-coordinate representation of color #9AF34C: hue angle of 91.98º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9AF34C is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 243 | 76 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.05 |
| HSL | 91.98º | 0.87% | 0.63% | - |
| HSV(B) | 91.98º | 0.69% | 0.95% | - |
| XYZ | 46.68 | 71.49 | 18.18 | - |
| YUV | 197.35 | 59.51 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 243 | 76 | 0.37 | 0 | 0.69 | 0.05 | 91.98 | 0.87 | 0.63 |
| Hex | 9A | F3 | 4C | 25 | 0 | 45 | 5 | 5C | 57 | 3F |
| Octal | 232 | 363 | 114 | 45 | 0 | 105 | 5 | 134 | 127 | 77 |
| Binary | 10011010 | 11110011 | 1001100 | 100101 | 0 | 1000101 | 101 | 1011100 | 1010111 | 111111 |
Color Harmonies of #9AF34C
Complementary color
Monochromatic Colors of #9AF34C
Black with #9AF34C
Text Example
Text Example
White with #9AF34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF34C; }
p { color: rgb(154,243,76); }
H1.HeaderClassName
{
color: #9AF34C;
}
.AnyTagClassName
{
color: #9AF34C;
}
</style>
background-color css
<style>
a { background-color: #9AF34C; }
a { background-color: rgb(154,243,76); }
div.DivClassName
{
background-color: #9AF34C;
}
.BgClassName
{
background-color: #9AF34C;
}
</style>
border-color css
<style>
span { border-color: #9AF34C; }
span { border-color: rgb(154,243,76); }
td.TdClassName
{
border-color: #9AF34C;
}
.TagClassName
{
border-color: #9AF34C;
}
</style>