Shades of Conifer #AFF14D
Tints of Conifer #AFF14D
RGB
CMYK
RGB Variations
Color information
#AFF14D (or 0xAFF14D) is known color: Conifer. HEX triplet: AF, F1 and 4D. RGB value is (175,241,77). Sum of RGB (Red+Green+Blue) = 175+241+77=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF14D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF14D is #500EB2. Grayscale: #CBCBCB. Windows color (decimal): -5246643 or 5108143. OLE color: 5108143.
HSL color Cylindrical-coordinate representation of color #AFF14D: hue angle of 84.15º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFF14D is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 77 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.05 |
| HSL | 84.15º | 0.85% | 0.62% | - |
| HSV(B) | 84.15º | 0.68% | 0.95% | - |
| XYZ | 50.47 | 72.56 | 18.37 | - |
| YUV | 202.57 | 57.13 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 77 | 0.27 | 0 | 0.68 | 0.05 | 84.15 | 0.85 | 0.62 |
| Hex | AF | F1 | 4D | 1B | 0 | 44 | 5 | 54 | 55 | 3E |
| Octal | 257 | 361 | 115 | 33 | 0 | 104 | 5 | 124 | 125 | 76 |
| Binary | 10101111 | 11110001 | 1001101 | 11011 | 0 | 1000100 | 101 | 1010100 | 1010101 | 111110 |
Color Harmonies of #AFF14D
Complementary color
Monochromatic Colors of #AFF14D
Black with #AFF14D
Text Example
Text Example
White with #AFF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF14D; }
p { color: rgb(175,241,77); }
H1.HeaderClassName
{
color: #AFF14D;
}
.AnyTagClassName
{
color: #AFF14D;
}
</style>
background-color css
<style>
a { background-color: #AFF14D; }
a { background-color: rgb(175,241,77); }
div.DivClassName
{
background-color: #AFF14D;
}
.BgClassName
{
background-color: #AFF14D;
}
</style>
border-color css
<style>
span { border-color: #AFF14D; }
span { border-color: rgb(175,241,77); }
td.TdClassName
{
border-color: #AFF14D;
}
.TagClassName
{
border-color: #AFF14D;
}
</style>