Shades of Conifer #AFF449
Tints of Conifer #AFF449
RGB
CMYK
RGB Variations
Color information
#AFF449 (or 0xAFF449) is known color: Conifer. HEX triplet: AF, F4 and 49. RGB value is (175,244,73). Sum of RGB (Red+Green+Blue) = 175+244+73=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF449 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF449 is #500BB6. Grayscale: #CCCCCC. Windows color (decimal): -5245879 or 4846767. OLE color: 4846767.
HSL color Cylindrical-coordinate representation of color #AFF449: hue angle of 84.21º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFF449 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 73 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.04 |
| HSL | 84.21º | 0.89% | 0.62% | - |
| HSV(B) | 84.21º | 0.7% | 0.96% | - |
| XYZ | 51.23 | 74.3 | 17.94 | - |
| YUV | 203.88 | 54.14 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 73 | 0.28 | 0 | 0.70 | 0.04 | 84.21 | 0.89 | 0.62 |
| Hex | AF | F4 | 49 | 1C | 0 | 46 | 4 | 54 | 59 | 3E |
| Octal | 257 | 364 | 111 | 34 | 0 | 106 | 4 | 124 | 131 | 76 |
| Binary | 10101111 | 11110100 | 1001001 | 11100 | 0 | 1000110 | 100 | 1010100 | 1011001 | 111110 |
Color Harmonies of #AFF449
Complementary color
Monochromatic Colors of #AFF449
Black with #AFF449
Text Example
Text Example
White with #AFF449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF449; }
p { color: rgb(175,244,73); }
H1.HeaderClassName
{
color: #AFF449;
}
.AnyTagClassName
{
color: #AFF449;
}
</style>
background-color css
<style>
a { background-color: #AFF449; }
a { background-color: rgb(175,244,73); }
div.DivClassName
{
background-color: #AFF449;
}
.BgClassName
{
background-color: #AFF449;
}
</style>
border-color css
<style>
span { border-color: #AFF449; }
span { border-color: rgb(175,244,73); }
td.TdClassName
{
border-color: #AFF449;
}
.TagClassName
{
border-color: #AFF449;
}
</style>