Shades of Conifer #AFF154
Tints of Conifer #AFF154
RGB
CMYK
RGB Variations
Color information
#AFF154 (or 0xAFF154) is known color: Conifer. HEX triplet: AF, F1 and 54. RGB value is (175,241,84). Sum of RGB (Red+Green+Blue) = 175+241+84=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF154 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF154 is #500EAB. Grayscale: #CBCBCB. Windows color (decimal): -5246636 or 5566895. OLE color: 5566895.
HSL color Cylindrical-coordinate representation of color #AFF154: hue angle of 85.22º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFF154 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 84 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.05 |
| HSL | 85.22º | 0.85% | 0.64% | - |
| HSV(B) | 85.22º | 0.65% | 0.95% | - |
| XYZ | 50.73 | 72.66 | 19.74 | - |
| YUV | 203.37 | 60.63 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 84 | 0.27 | 0 | 0.65 | 0.05 | 85.22 | 0.85 | 0.64 |
| Hex | AF | F1 | 54 | 1B | 0 | 41 | 5 | 55 | 55 | 40 |
| Octal | 257 | 361 | 124 | 33 | 0 | 101 | 5 | 125 | 125 | 100 |
| Binary | 10101111 | 11110001 | 1010100 | 11011 | 0 | 1000001 | 101 | 1010101 | 1010101 | 1000000 |
Color Harmonies of #AFF154
Complementary color
Monochromatic Colors of #AFF154
Black with #AFF154
Text Example
Text Example
White with #AFF154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF154; }
p { color: rgb(175,241,84); }
H1.HeaderClassName
{
color: #AFF154;
}
.AnyTagClassName
{
color: #AFF154;
}
</style>
background-color css
<style>
a { background-color: #AFF154; }
a { background-color: rgb(175,241,84); }
div.DivClassName
{
background-color: #AFF154;
}
.BgClassName
{
background-color: #AFF154;
}
</style>
border-color css
<style>
span { border-color: #AFF154; }
span { border-color: rgb(175,241,84); }
td.TdClassName
{
border-color: #AFF154;
}
.TagClassName
{
border-color: #AFF154;
}
</style>