Shades of Conifer #9AF24C
Tints of Conifer #9AF24C
RGB
CMYK
RGB Variations
Color information
#9AF24C (or 0x9AF24C) is known color: Conifer. HEX triplet: 9A, F2 and 4C. RGB value is (154,242,76). Sum of RGB (Red+Green+Blue) = 154+242+76=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF24C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AF24C is #650DB3. Grayscale: #C5C5C5. Windows color (decimal): -6622644 or 5042842. OLE color: 5042842.
HSL color Cylindrical-coordinate representation of color #9AF24C: hue angle of 91.81º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9AF24C is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 242 | 76 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.05 |
| HSL | 91.81º | 0.86% | 0.62% | - |
| HSV(B) | 91.81º | 0.69% | 0.95% | - |
| XYZ | 46.38 | 70.9 | 18.08 | - |
| YUV | 196.76 | 59.85 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 242 | 76 | 0.36 | 0 | 0.69 | 0.05 | 91.81 | 0.86 | 0.62 |
| Hex | 9A | F2 | 4C | 24 | 0 | 45 | 5 | 5C | 56 | 3E |
| Octal | 232 | 362 | 114 | 44 | 0 | 105 | 5 | 134 | 126 | 76 |
| Binary | 10011010 | 11110010 | 1001100 | 100100 | 0 | 1000101 | 101 | 1011100 | 1010110 | 111110 |
Color Harmonies of #9AF24C
Complementary color
Monochromatic Colors of #9AF24C
Black with #9AF24C
Text Example
Text Example
White with #9AF24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF24C; }
p { color: rgb(154,242,76); }
H1.HeaderClassName
{
color: #9AF24C;
}
.AnyTagClassName
{
color: #9AF24C;
}
</style>
background-color css
<style>
a { background-color: #9AF24C; }
a { background-color: rgb(154,242,76); }
div.DivClassName
{
background-color: #9AF24C;
}
.BgClassName
{
background-color: #9AF24C;
}
</style>
border-color css
<style>
span { border-color: #9AF24C; }
span { border-color: rgb(154,242,76); }
td.TdClassName
{
border-color: #9AF24C;
}
.TagClassName
{
border-color: #9AF24C;
}
</style>