Shades of Conifer #AFE44A
Tints of Conifer #AFE44A
RGB
CMYK
RGB Variations
Color information
#AFE44A (or 0xAFE44A) is known color: Conifer. HEX triplet: AF, E4 and 4A. RGB value is (175,228,74). Sum of RGB (Red+Green+Blue) = 175+228+74=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE44A is #501BB5. Grayscale: #C3C3C3. Windows color (decimal): -5249974 or 4908207. OLE color: 4908207.
HSL color Cylindrical-coordinate representation of color #AFE44A: hue angle of 80.65º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFE44A is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 74 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.11 |
| HSL | 80.65º | 0.74% | 0.59% | - |
| HSV(B) | 80.65º | 0.68% | 0.89% | - |
| XYZ | 46.66 | 65.1 | 16.58 | - |
| YUV | 194.6 | 59.94 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 74 | 0.23 | 0 | 0.68 | 0.11 | 80.65 | 0.74 | 0.59 |
| Hex | AF | E4 | 4A | 17 | 0 | 44 | B | 51 | 4A | 3B |
| Octal | 257 | 344 | 112 | 27 | 0 | 104 | 13 | 121 | 112 | 73 |
| Binary | 10101111 | 11100100 | 1001010 | 10111 | 0 | 1000100 | 1011 | 1010001 | 1001010 | 111011 |
Color Harmonies of #AFE44A
Complementary color
Monochromatic Colors of #AFE44A
Black with #AFE44A
Text Example
Text Example
White with #AFE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE44A; }
p { color: rgb(175,228,74); }
H1.HeaderClassName
{
color: #AFE44A;
}
.AnyTagClassName
{
color: #AFE44A;
}
</style>
background-color css
<style>
a { background-color: #AFE44A; }
a { background-color: rgb(175,228,74); }
div.DivClassName
{
background-color: #AFE44A;
}
.BgClassName
{
background-color: #AFE44A;
}
</style>
border-color css
<style>
span { border-color: #AFE44A; }
span { border-color: rgb(175,228,74); }
td.TdClassName
{
border-color: #AFE44A;
}
.TagClassName
{
border-color: #AFE44A;
}
</style>