Shades of Conifer #AFEA64
Tints of Conifer #AFEA64
RGB
CMYK
RGB Variations
Color information
#AFEA64 (or 0xAFEA64) is known color: Conifer. HEX triplet: AF, EA and 64. RGB value is (175,234,100). Sum of RGB (Red+Green+Blue) = 175+234+100=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA64 is #50159B. Grayscale: #C9C9C9. Windows color (decimal): -5248412 or 6613679. OLE color: 6613679.
HSL color Cylindrical-coordinate representation of color #AFEA64: hue angle of 86.42º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFEA64 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 100 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.08 |
| HSL | 86.42º | 0.76% | 0.65% | - |
| HSV(B) | 86.42º | 0.57% | 0.92% | - |
| XYZ | 49.4 | 68.88 | 22.75 | - |
| YUV | 201.08 | 70.95 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 100 | 0.25 | 0 | 0.57 | 0.08 | 86.42 | 0.76 | 0.65 |
| Hex | AF | EA | 64 | 19 | 0 | 39 | 8 | 56 | 4C | 41 |
| Octal | 257 | 352 | 144 | 31 | 0 | 71 | 10 | 126 | 114 | 101 |
| Binary | 10101111 | 11101010 | 1100100 | 11001 | 0 | 111001 | 1000 | 1010110 | 1001100 | 1000001 |
Color Harmonies of #AFEA64
Complementary color
Monochromatic Colors of #AFEA64
Black with #AFEA64
Text Example
Text Example
White with #AFEA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA64; }
p { color: rgb(175,234,100); }
H1.HeaderClassName
{
color: #AFEA64;
}
.AnyTagClassName
{
color: #AFEA64;
}
</style>
background-color css
<style>
a { background-color: #AFEA64; }
a { background-color: rgb(175,234,100); }
div.DivClassName
{
background-color: #AFEA64;
}
.BgClassName
{
background-color: #AFEA64;
}
</style>
border-color css
<style>
span { border-color: #AFEA64; }
span { border-color: rgb(175,234,100); }
td.TdClassName
{
border-color: #AFEA64;
}
.TagClassName
{
border-color: #AFEA64;
}
</style>