Shades of Conifer #AFCC54
Tints of Conifer #AFCC54
RGB
CMYK
RGB Variations
Color information
#AFCC54 (or 0xAFCC54) is known color: Conifer. HEX triplet: AF, CC and 54. RGB value is (175,204,84). Sum of RGB (Red+Green+Blue) = 175+204+84=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC54 is #5033AB. Grayscale: #B6B6B6. Windows color (decimal): -5256108 or 5557423. OLE color: 5557423.
HSL color Cylindrical-coordinate representation of color #AFCC54: hue angle of 74.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFCC54 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 84 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.2 |
| HSL | 74.5º | 0.54% | 0.56% | - |
| HSV(B) | 74.5º | 0.59% | 0.8% | - |
| XYZ | 40.87 | 52.94 | 16.45 | - |
| YUV | 181.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 84 | 0.14 | 0 | 0.59 | 0.2 | 74.5 | 0.54 | 0.56 |
| Hex | AF | CC | 54 | E | 0 | 3B | 14 | 4A | 36 | 38 |
| Octal | 257 | 314 | 124 | 16 | 0 | 73 | 24 | 112 | 66 | 70 |
| Binary | 10101111 | 11001100 | 1010100 | 1110 | 0 | 111011 | 10100 | 1001010 | 110110 | 111000 |
Color Harmonies of #AFCC54
Complementary color
Monochromatic Colors of #AFCC54
Black with #AFCC54
Text Example
Text Example
White with #AFCC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC54; }
p { color: rgb(175,204,84); }
H1.HeaderClassName
{
color: #AFCC54;
}
.AnyTagClassName
{
color: #AFCC54;
}
</style>
background-color css
<style>
a { background-color: #AFCC54; }
a { background-color: rgb(175,204,84); }
div.DivClassName
{
background-color: #AFCC54;
}
.BgClassName
{
background-color: #AFCC54;
}
</style>
border-color css
<style>
span { border-color: #AFCC54; }
span { border-color: rgb(175,204,84); }
td.TdClassName
{
border-color: #AFCC54;
}
.TagClassName
{
border-color: #AFCC54;
}
</style>