Shades of Conifer #AFE546
Tints of Conifer #AFE546
RGB
CMYK
RGB Variations
Color information
#AFE546 (or 0xAFE546) is known color: Conifer. HEX triplet: AF, E5 and 46. RGB value is (175,229,70). Sum of RGB (Red+Green+Blue) = 175+229+70=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE546 is #501AB9. Grayscale: #C3C3C3. Windows color (decimal): -5249722 or 4646319. OLE color: 4646319.
HSL color Cylindrical-coordinate representation of color #AFE546: hue angle of 80.38º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFE546 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 70 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.10 |
| HSL | 80.38º | 0.75% | 0.59% | - |
| HSV(B) | 80.38º | 0.69% | 0.9% | - |
| XYZ | 46.8 | 65.59 | 15.99 | - |
| YUV | 194.73 | 57.61 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 70 | 0.24 | 0 | 0.69 | 0.10 | 80.38 | 0.75 | 0.59 |
| Hex | AF | E5 | 46 | 18 | 0 | 45 | A | 50 | 4B | 3B |
| Octal | 257 | 345 | 106 | 30 | 0 | 105 | 12 | 120 | 113 | 73 |
| Binary | 10101111 | 11100101 | 1000110 | 11000 | 0 | 1000101 | 1010 | 1010000 | 1001011 | 111011 |
Color Harmonies of #AFE546
Complementary color
Monochromatic Colors of #AFE546
Black with #AFE546
Text Example
Text Example
White with #AFE546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE546; }
p { color: rgb(175,229,70); }
H1.HeaderClassName
{
color: #AFE546;
}
.AnyTagClassName
{
color: #AFE546;
}
</style>
background-color css
<style>
a { background-color: #AFE546; }
a { background-color: rgb(175,229,70); }
div.DivClassName
{
background-color: #AFE546;
}
.BgClassName
{
background-color: #AFE546;
}
</style>
border-color css
<style>
span { border-color: #AFE546; }
span { border-color: rgb(175,229,70); }
td.TdClassName
{
border-color: #AFE546;
}
.TagClassName
{
border-color: #AFE546;
}
</style>