Shades of Conifer #AFE23F
Tints of Conifer #AFE23F
RGB
CMYK
RGB Variations
Color information
#AFE23F (or 0xAFE23F) is known color: Conifer. HEX triplet: AF, E2 and 3F. RGB value is (175,226,63). Sum of RGB (Red+Green+Blue) = 175+226+63=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE23F is #501DC0. Grayscale: #C0C0C0. Windows color (decimal): -5250497 or 4186799. OLE color: 4186799.
HSL color Cylindrical-coordinate representation of color #AFE23F: hue angle of 78.77º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFE23F is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 63 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.11 |
| HSL | 78.77º | 0.74% | 0.57% | - |
| HSV(B) | 78.77º | 0.72% | 0.89% | - |
| XYZ | 45.77 | 63.87 | 14.62 | - |
| YUV | 192.17 | 55.1 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 63 | 0.23 | 0 | 0.72 | 0.11 | 78.77 | 0.74 | 0.57 |
| Hex | AF | E2 | 3F | 17 | 0 | 48 | B | 4F | 4A | 39 |
| Octal | 257 | 342 | 77 | 27 | 0 | 110 | 13 | 117 | 112 | 71 |
| Binary | 10101111 | 11100010 | 111111 | 10111 | 0 | 1001000 | 1011 | 1001111 | 1001010 | 111001 |
Color Harmonies of #AFE23F
Complementary color
Monochromatic Colors of #AFE23F
Black with #AFE23F
Text Example
Text Example
White with #AFE23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE23F; }
p { color: rgb(175,226,63); }
H1.HeaderClassName
{
color: #AFE23F;
}
.AnyTagClassName
{
color: #AFE23F;
}
</style>
background-color css
<style>
a { background-color: #AFE23F; }
a { background-color: rgb(175,226,63); }
div.DivClassName
{
background-color: #AFE23F;
}
.BgClassName
{
background-color: #AFE23F;
}
</style>
border-color css
<style>
span { border-color: #AFE23F; }
span { border-color: rgb(175,226,63); }
td.TdClassName
{
border-color: #AFE23F;
}
.TagClassName
{
border-color: #AFE23F;
}
</style>