Shades of Conifer #AFF15D
Tints of Conifer #AFF15D
RGB
CMYK
RGB Variations
Color information
#AFF15D (or 0xAFF15D) is known color: Conifer. HEX triplet: AF, F1 and 5D. RGB value is (175,241,93). Sum of RGB (Red+Green+Blue) = 175+241+93=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF15D is #500EA2. Grayscale: #CCCCCC. Windows color (decimal): -5246627 or 6156719. OLE color: 6156719.
HSL color Cylindrical-coordinate representation of color #AFF15D: hue angle of 86.76º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFF15D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 93 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.05 |
| HSL | 86.76º | 0.84% | 0.65% | - |
| HSV(B) | 86.76º | 0.61% | 0.95% | - |
| XYZ | 51.11 | 72.81 | 21.72 | - |
| YUV | 204.39 | 65.13 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 93 | 0.27 | 0 | 0.61 | 0.05 | 86.76 | 0.84 | 0.65 |
| Hex | AF | F1 | 5D | 1B | 0 | 3D | 5 | 57 | 54 | 41 |
| Octal | 257 | 361 | 135 | 33 | 0 | 75 | 5 | 127 | 124 | 101 |
| Binary | 10101111 | 11110001 | 1011101 | 11011 | 0 | 111101 | 101 | 1010111 | 1010100 | 1000001 |
Color Harmonies of #AFF15D
Complementary color
Monochromatic Colors of #AFF15D
Black with #AFF15D
Text Example
Text Example
White with #AFF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF15D; }
p { color: rgb(175,241,93); }
H1.HeaderClassName
{
color: #AFF15D;
}
.AnyTagClassName
{
color: #AFF15D;
}
</style>
background-color css
<style>
a { background-color: #AFF15D; }
a { background-color: rgb(175,241,93); }
div.DivClassName
{
background-color: #AFF15D;
}
.BgClassName
{
background-color: #AFF15D;
}
</style>
border-color css
<style>
span { border-color: #AFF15D; }
span { border-color: rgb(175,241,93); }
td.TdClassName
{
border-color: #AFF15D;
}
.TagClassName
{
border-color: #AFF15D;
}
</style>