Shades of Conifer #AFE24C
Tints of Conifer #AFE24C
RGB
CMYK
RGB Variations
Color information
#AFE24C (or 0xAFE24C) is known color: Conifer. HEX triplet: AF, E2 and 4C. RGB value is (175,226,76). Sum of RGB (Red+Green+Blue) = 175+226+76=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE24C is #501DB3. Grayscale: #C2C2C2. Windows color (decimal): -5250484 or 5038767. OLE color: 5038767.
HSL color Cylindrical-coordinate representation of color #AFE24C: hue angle of 80.4º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFE24C is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 76 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.11 |
| HSL | 80.4º | 0.72% | 0.59% | - |
| HSV(B) | 80.4º | 0.66% | 0.89% | - |
| XYZ | 46.18 | 64.03 | 16.76 | - |
| YUV | 193.65 | 61.6 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 76 | 0.23 | 0 | 0.66 | 0.11 | 80.4 | 0.72 | 0.59 |
| Hex | AF | E2 | 4C | 17 | 0 | 42 | B | 50 | 48 | 3B |
| Octal | 257 | 342 | 114 | 27 | 0 | 102 | 13 | 120 | 110 | 73 |
| Binary | 10101111 | 11100010 | 1001100 | 10111 | 0 | 1000010 | 1011 | 1010000 | 1001000 | 111011 |
Color Harmonies of #AFE24C
Complementary color
Monochromatic Colors of #AFE24C
Black with #AFE24C
Text Example
Text Example
White with #AFE24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE24C; }
p { color: rgb(175,226,76); }
H1.HeaderClassName
{
color: #AFE24C;
}
.AnyTagClassName
{
color: #AFE24C;
}
</style>
background-color css
<style>
a { background-color: #AFE24C; }
a { background-color: rgb(175,226,76); }
div.DivClassName
{
background-color: #AFE24C;
}
.BgClassName
{
background-color: #AFE24C;
}
</style>
border-color css
<style>
span { border-color: #AFE24C; }
span { border-color: rgb(175,226,76); }
td.TdClassName
{
border-color: #AFE24C;
}
.TagClassName
{
border-color: #AFE24C;
}
</style>