Shades of Conifer #AFDC4A
Tints of Conifer #AFDC4A
RGB
CMYK
RGB Variations
Color information
#AFDC4A (or 0xAFDC4A) is known color: Conifer. HEX triplet: AF, DC and 4A. RGB value is (175,220,74). Sum of RGB (Red+Green+Blue) = 175+220+74=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC4A is #5023B5. Grayscale: #BEBEBE. Windows color (decimal): -5252022 or 4906159. OLE color: 4906159.
HSL color Cylindrical-coordinate representation of color #AFDC4A: hue angle of 78.49º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFDC4A is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 74 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.14 |
| HSL | 78.49º | 0.68% | 0.58% | - |
| HSV(B) | 78.49º | 0.66% | 0.86% | - |
| XYZ | 44.51 | 60.79 | 15.87 | - |
| YUV | 189.9 | 62.59 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 74 | 0.20 | 0 | 0.66 | 0.14 | 78.49 | 0.68 | 0.58 |
| Hex | AF | DC | 4A | 14 | 0 | 42 | E | 4E | 44 | 3A |
| Octal | 257 | 334 | 112 | 24 | 0 | 102 | 16 | 116 | 104 | 72 |
| Binary | 10101111 | 11011100 | 1001010 | 10100 | 0 | 1000010 | 1110 | 1001110 | 1000100 | 111010 |
Color Harmonies of #AFDC4A
Complementary color
Monochromatic Colors of #AFDC4A
Black with #AFDC4A
Text Example
Text Example
White with #AFDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC4A; }
p { color: rgb(175,220,74); }
H1.HeaderClassName
{
color: #AFDC4A;
}
.AnyTagClassName
{
color: #AFDC4A;
}
</style>
background-color css
<style>
a { background-color: #AFDC4A; }
a { background-color: rgb(175,220,74); }
div.DivClassName
{
background-color: #AFDC4A;
}
.BgClassName
{
background-color: #AFDC4A;
}
</style>
border-color css
<style>
span { border-color: #AFDC4A; }
span { border-color: rgb(175,220,74); }
td.TdClassName
{
border-color: #AFDC4A;
}
.TagClassName
{
border-color: #AFDC4A;
}
</style>