Shades of Conifer #AFE445
Tints of Conifer #AFE445
RGB
CMYK
RGB Variations
Color information
#AFE445 (or 0xAFE445) is known color: Conifer. HEX triplet: AF, E4 and 45. RGB value is (175,228,69). Sum of RGB (Red+Green+Blue) = 175+228+69=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE445 is #501BBA. Grayscale: #C2C2C2. Windows color (decimal): -5249979 or 4580527. OLE color: 4580527.
HSL color Cylindrical-coordinate representation of color #AFE445: hue angle of 80º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFE445 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 69 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.11 |
| HSL | 80º | 0.75% | 0.58% | - |
| HSV(B) | 80º | 0.7% | 0.89% | - |
| XYZ | 46.5 | 65.03 | 15.73 | - |
| YUV | 194.03 | 57.44 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 69 | 0.23 | 0 | 0.70 | 0.11 | 80 | 0.75 | 0.58 |
| Hex | AF | E4 | 45 | 17 | 0 | 46 | B | 50 | 4B | 3A |
| Octal | 257 | 344 | 105 | 27 | 0 | 106 | 13 | 120 | 113 | 72 |
| Binary | 10101111 | 11100100 | 1000101 | 10111 | 0 | 1000110 | 1011 | 1010000 | 1001011 | 111010 |
Color Harmonies of #AFE445
Complementary color
Monochromatic Colors of #AFE445
Black with #AFE445
Text Example
Text Example
White with #AFE445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE445; }
p { color: rgb(175,228,69); }
H1.HeaderClassName
{
color: #AFE445;
}
.AnyTagClassName
{
color: #AFE445;
}
</style>
background-color css
<style>
a { background-color: #AFE445; }
a { background-color: rgb(175,228,69); }
div.DivClassName
{
background-color: #AFE445;
}
.BgClassName
{
background-color: #AFE445;
}
</style>
border-color css
<style>
span { border-color: #AFE445; }
span { border-color: rgb(175,228,69); }
td.TdClassName
{
border-color: #AFE445;
}
.TagClassName
{
border-color: #AFE445;
}
</style>