Shades of Conifer #AFF15A
Tints of Conifer #AFF15A
RGB
CMYK
RGB Variations
Color information
#AFF15A (or 0xAFF15A) is known color: Conifer. HEX triplet: AF, F1 and 5A. RGB value is (175,241,90). Sum of RGB (Red+Green+Blue) = 175+241+90=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF15A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF15A is #500EA5. Grayscale: #CCCCCC. Windows color (decimal): -5246630 or 5960111. OLE color: 5960111.
HSL color Cylindrical-coordinate representation of color #AFF15A: hue angle of 86.23º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFF15A is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 90 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.05 |
| HSL | 86.23º | 0.84% | 0.65% | - |
| HSV(B) | 86.23º | 0.63% | 0.95% | - |
| XYZ | 50.98 | 72.76 | 21.03 | - |
| YUV | 204.05 | 63.63 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 90 | 0.27 | 0 | 0.63 | 0.05 | 86.23 | 0.84 | 0.65 |
| Hex | AF | F1 | 5A | 1B | 0 | 3F | 5 | 56 | 54 | 41 |
| Octal | 257 | 361 | 132 | 33 | 0 | 77 | 5 | 126 | 124 | 101 |
| Binary | 10101111 | 11110001 | 1011010 | 11011 | 0 | 111111 | 101 | 1010110 | 1010100 | 1000001 |
Color Harmonies of #AFF15A
Complementary color
Monochromatic Colors of #AFF15A
Black with #AFF15A
Text Example
Text Example
White with #AFF15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF15A; }
p { color: rgb(175,241,90); }
H1.HeaderClassName
{
color: #AFF15A;
}
.AnyTagClassName
{
color: #AFF15A;
}
</style>
background-color css
<style>
a { background-color: #AFF15A; }
a { background-color: rgb(175,241,90); }
div.DivClassName
{
background-color: #AFF15A;
}
.BgClassName
{
background-color: #AFF15A;
}
</style>
border-color css
<style>
span { border-color: #AFF15A; }
span { border-color: rgb(175,241,90); }
td.TdClassName
{
border-color: #AFF15A;
}
.TagClassName
{
border-color: #AFF15A;
}
</style>