Shades of Conifer #AFF155
Tints of Conifer #AFF155
RGB
CMYK
RGB Variations
Color information
#AFF155 (or 0xAFF155) is known color: Conifer. HEX triplet: AF, F1 and 55. RGB value is (175,241,85). Sum of RGB (Red+Green+Blue) = 175+241+85=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF155 is #500EAA. Grayscale: #CCCCCC. Windows color (decimal): -5246635 or 5632431. OLE color: 5632431.
HSL color Cylindrical-coordinate representation of color #AFF155: hue angle of 85.38º 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 #AFF155 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 85 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.05 |
| HSL | 85.38º | 0.85% | 0.64% | - |
| HSV(B) | 85.38º | 0.65% | 0.95% | - |
| XYZ | 50.77 | 72.68 | 19.95 | - |
| YUV | 203.48 | 61.13 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 85 | 0.27 | 0 | 0.65 | 0.05 | 85.38 | 0.85 | 0.64 |
| Hex | AF | F1 | 55 | 1B | 0 | 41 | 5 | 55 | 55 | 40 |
| Octal | 257 | 361 | 125 | 33 | 0 | 101 | 5 | 125 | 125 | 100 |
| Binary | 10101111 | 11110001 | 1010101 | 11011 | 0 | 1000001 | 101 | 1010101 | 1010101 | 1000000 |
Color Harmonies of #AFF155
Complementary color
Monochromatic Colors of #AFF155
Black with #AFF155
Text Example
Text Example
White with #AFF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF155; }
p { color: rgb(175,241,85); }
H1.HeaderClassName
{
color: #AFF155;
}
.AnyTagClassName
{
color: #AFF155;
}
</style>
background-color css
<style>
a { background-color: #AFF155; }
a { background-color: rgb(175,241,85); }
div.DivClassName
{
background-color: #AFF155;
}
.BgClassName
{
background-color: #AFF155;
}
</style>
border-color css
<style>
span { border-color: #AFF155; }
span { border-color: rgb(175,241,85); }
td.TdClassName
{
border-color: #AFF155;
}
.TagClassName
{
border-color: #AFF155;
}
</style>