Shades of Conifer #AFE545
Tints of Conifer #AFE545
RGB
CMYK
RGB Variations
Color information
#AFE545 (or 0xAFE545) is known color: Conifer. HEX triplet: AF, E5 and 45. RGB value is (175,229,69). Sum of RGB (Red+Green+Blue) = 175+229+69=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE545 is #501ABA. Grayscale: #C3C3C3. Windows color (decimal): -5249723 or 4580783. OLE color: 4580783.
HSL color Cylindrical-coordinate representation of color #AFE545: hue angle of 80.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFE545 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 69 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.10 |
| HSL | 80.25º | 0.75% | 0.58% | - |
| HSV(B) | 80.25º | 0.7% | 0.9% | - |
| XYZ | 46.77 | 65.58 | 15.82 | - |
| YUV | 194.61 | 57.11 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 69 | 0.24 | 0 | 0.70 | 0.10 | 80.25 | 0.75 | 0.58 |
| Hex | AF | E5 | 45 | 18 | 0 | 46 | A | 50 | 4B | 3A |
| Octal | 257 | 345 | 105 | 30 | 0 | 106 | 12 | 120 | 113 | 72 |
| Binary | 10101111 | 11100101 | 1000101 | 11000 | 0 | 1000110 | 1010 | 1010000 | 1001011 | 111010 |
Color Harmonies of #AFE545
Complementary color
Monochromatic Colors of #AFE545
Black with #AFE545
Text Example
Text Example
White with #AFE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE545; }
p { color: rgb(175,229,69); }
H1.HeaderClassName
{
color: #AFE545;
}
.AnyTagClassName
{
color: #AFE545;
}
</style>
background-color css
<style>
a { background-color: #AFE545; }
a { background-color: rgb(175,229,69); }
div.DivClassName
{
background-color: #AFE545;
}
.BgClassName
{
background-color: #AFE545;
}
</style>
border-color css
<style>
span { border-color: #AFE545; }
span { border-color: rgb(175,229,69); }
td.TdClassName
{
border-color: #AFE545;
}
.TagClassName
{
border-color: #AFE545;
}
</style>