Shades of Conifer #AFE14A
Tints of Conifer #AFE14A
RGB
CMYK
RGB Variations
Color information
#AFE14A (or 0xAFE14A) is known color: Conifer. HEX triplet: AF, E1 and 4A. RGB value is (175,225,74). Sum of RGB (Red+Green+Blue) = 175+225+74=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE14A is #501EB5. Grayscale: #C1C1C1. Windows color (decimal): -5250742 or 4907439. OLE color: 4907439.
HSL color Cylindrical-coordinate representation of color #AFE14A: hue angle of 79.87º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFE14A is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 74 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.12 |
| HSL | 79.87º | 0.72% | 0.59% | - |
| HSV(B) | 79.87º | 0.67% | 0.88% | - |
| XYZ | 45.84 | 63.46 | 16.31 | - |
| YUV | 192.84 | 60.94 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 74 | 0.22 | 0 | 0.67 | 0.12 | 79.87 | 0.72 | 0.59 |
| Hex | AF | E1 | 4A | 16 | 0 | 43 | C | 50 | 48 | 3B |
| Octal | 257 | 341 | 112 | 26 | 0 | 103 | 14 | 120 | 110 | 73 |
| Binary | 10101111 | 11100001 | 1001010 | 10110 | 0 | 1000011 | 1100 | 1010000 | 1001000 | 111011 |
Color Harmonies of #AFE14A
Complementary color
Monochromatic Colors of #AFE14A
Black with #AFE14A
Text Example
Text Example
White with #AFE14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE14A; }
p { color: rgb(175,225,74); }
H1.HeaderClassName
{
color: #AFE14A;
}
.AnyTagClassName
{
color: #AFE14A;
}
</style>
background-color css
<style>
a { background-color: #AFE14A; }
a { background-color: rgb(175,225,74); }
div.DivClassName
{
background-color: #AFE14A;
}
.BgClassName
{
background-color: #AFE14A;
}
</style>
border-color css
<style>
span { border-color: #AFE14A; }
span { border-color: rgb(175,225,74); }
td.TdClassName
{
border-color: #AFE14A;
}
.TagClassName
{
border-color: #AFE14A;
}
</style>