Shades of Conifer #AFEC5A
Tints of Conifer #AFEC5A
RGB
CMYK
RGB Variations
Color information
#AFEC5A (or 0xAFEC5A) is known color: Conifer. HEX triplet: AF, EC and 5A. RGB value is (175,236,90). Sum of RGB (Red+Green+Blue) = 175+236+90=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC5A is #5013A5. Grayscale: #C9C9C9. Windows color (decimal): -5247910 or 5958831. OLE color: 5958831.
HSL color Cylindrical-coordinate representation of color #AFEC5A: hue angle of 85.07º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFEC5A is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 90 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.07 |
| HSL | 85.07º | 0.79% | 0.64% | - |
| HSV(B) | 85.07º | 0.62% | 0.93% | - |
| XYZ | 49.52 | 69.84 | 20.54 | - |
| YUV | 201.12 | 65.29 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 90 | 0.26 | 0 | 0.62 | 0.07 | 85.07 | 0.79 | 0.64 |
| Hex | AF | EC | 5A | 1A | 0 | 3E | 7 | 55 | 4F | 40 |
| Octal | 257 | 354 | 132 | 32 | 0 | 76 | 7 | 125 | 117 | 100 |
| Binary | 10101111 | 11101100 | 1011010 | 11010 | 0 | 111110 | 111 | 1010101 | 1001111 | 1000000 |
Color Harmonies of #AFEC5A
Complementary color
Monochromatic Colors of #AFEC5A
Black with #AFEC5A
Text Example
Text Example
White with #AFEC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC5A; }
p { color: rgb(175,236,90); }
H1.HeaderClassName
{
color: #AFEC5A;
}
.AnyTagClassName
{
color: #AFEC5A;
}
</style>
background-color css
<style>
a { background-color: #AFEC5A; }
a { background-color: rgb(175,236,90); }
div.DivClassName
{
background-color: #AFEC5A;
}
.BgClassName
{
background-color: #AFEC5A;
}
</style>
border-color css
<style>
span { border-color: #AFEC5A; }
span { border-color: rgb(175,236,90); }
td.TdClassName
{
border-color: #AFEC5A;
}
.TagClassName
{
border-color: #AFEC5A;
}
</style>