Shades of Conifer #AFE254
Tints of Conifer #AFE254
RGB
CMYK
RGB Variations
Color information
#AFE254 (or 0xAFE254) is known color: Conifer. HEX triplet: AF, E2 and 54. RGB value is (175,226,84). Sum of RGB (Red+Green+Blue) = 175+226+84=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE254 is #501DAB. Grayscale: #C3C3C3. Windows color (decimal): -5250476 or 5563055. OLE color: 5563055.
HSL color Cylindrical-coordinate representation of color #AFE254: hue angle of 81.55º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFE254 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 84 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.11 |
| HSL | 81.55º | 0.71% | 0.61% | - |
| HSV(B) | 81.55º | 0.63% | 0.89% | - |
| XYZ | 46.48 | 64.15 | 18.32 | - |
| YUV | 194.56 | 65.6 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 84 | 0.23 | 0 | 0.63 | 0.11 | 81.55 | 0.71 | 0.61 |
| Hex | AF | E2 | 54 | 17 | 0 | 3F | B | 52 | 47 | 3D |
| Octal | 257 | 342 | 124 | 27 | 0 | 77 | 13 | 122 | 107 | 75 |
| Binary | 10101111 | 11100010 | 1010100 | 10111 | 0 | 111111 | 1011 | 1010010 | 1000111 | 111101 |
Color Harmonies of #AFE254
Complementary color
Monochromatic Colors of #AFE254
Black with #AFE254
Text Example
Text Example
White with #AFE254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE254; }
p { color: rgb(175,226,84); }
H1.HeaderClassName
{
color: #AFE254;
}
.AnyTagClassName
{
color: #AFE254;
}
</style>
background-color css
<style>
a { background-color: #AFE254; }
a { background-color: rgb(175,226,84); }
div.DivClassName
{
background-color: #AFE254;
}
.BgClassName
{
background-color: #AFE254;
}
</style>
border-color css
<style>
span { border-color: #AFE254; }
span { border-color: rgb(175,226,84); }
td.TdClassName
{
border-color: #AFE254;
}
.TagClassName
{
border-color: #AFE254;
}
</style>