Shades of Conifer #AFF153
Tints of Conifer #AFF153
RGB
CMYK
RGB Variations
Color information
#AFF153 (or 0xAFF153) is known color: Conifer. HEX triplet: AF, F1 and 53. RGB value is (175,241,83). Sum of RGB (Red+Green+Blue) = 175+241+83=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF153 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF153 is #500EAC. Grayscale: #CBCBCB. Windows color (decimal): -5246637 or 5501359. OLE color: 5501359.
HSL color Cylindrical-coordinate representation of color #AFF153: hue angle of 85.06º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFF153 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 83 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.05 |
| HSL | 85.06º | 0.85% | 0.64% | - |
| HSV(B) | 85.06º | 0.66% | 0.95% | - |
| XYZ | 50.7 | 72.65 | 19.53 | - |
| YUV | 203.25 | 60.13 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 83 | 0.27 | 0 | 0.66 | 0.05 | 85.06 | 0.85 | 0.64 |
| Hex | AF | F1 | 53 | 1B | 0 | 42 | 5 | 55 | 55 | 40 |
| Octal | 257 | 361 | 123 | 33 | 0 | 102 | 5 | 125 | 125 | 100 |
| Binary | 10101111 | 11110001 | 1010011 | 11011 | 0 | 1000010 | 101 | 1010101 | 1010101 | 1000000 |
Color Harmonies of #AFF153
Complementary color
Monochromatic Colors of #AFF153
Black with #AFF153
Text Example
Text Example
White with #AFF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF153; }
p { color: rgb(175,241,83); }
H1.HeaderClassName
{
color: #AFF153;
}
.AnyTagClassName
{
color: #AFF153;
}
</style>
background-color css
<style>
a { background-color: #AFF153; }
a { background-color: rgb(175,241,83); }
div.DivClassName
{
background-color: #AFF153;
}
.BgClassName
{
background-color: #AFF153;
}
</style>
border-color css
<style>
span { border-color: #AFF153; }
span { border-color: rgb(175,241,83); }
td.TdClassName
{
border-color: #AFF153;
}
.TagClassName
{
border-color: #AFF153;
}
</style>