Shades of Conifer #A4F467
Tints of Conifer #A4F467
RGB
CMYK
RGB Variations
Color information
#A4F467 (or 0xA4F467) is known color: Conifer. HEX triplet: A4, F4 and 67. RGB value is (164,244,103). Sum of RGB (Red+Green+Blue) = 164+244+103=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F467 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F467 is #5B0B98. Grayscale: #CCCCCC. Windows color (decimal): -5966745 or 6812836. OLE color: 6812836.
HSL color Cylindrical-coordinate representation of color #A4F467: hue angle of 94.04º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4F467 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 244 | 103 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.04 |
| HSL | 94.04º | 0.87% | 0.68% | - |
| HSV(B) | 94.04º | 0.58% | 0.96% | - |
| XYZ | 50.11 | 73.57 | 24.39 | - |
| YUV | 204.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 244 | 103 | 0.33 | 0 | 0.58 | 0.04 | 94.04 | 0.87 | 0.68 |
| Hex | A4 | F4 | 67 | 21 | 0 | 3A | 4 | 5E | 57 | 44 |
| Octal | 244 | 364 | 147 | 41 | 0 | 72 | 4 | 136 | 127 | 104 |
| Binary | 10100100 | 11110100 | 1100111 | 100001 | 0 | 111010 | 100 | 1011110 | 1010111 | 1000100 |
Color Harmonies of #A4F467
Complementary color
Monochromatic Colors of #A4F467
Black with #A4F467
Text Example
Text Example
White with #A4F467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F467; }
p { color: rgb(164,244,103); }
H1.HeaderClassName
{
color: #A4F467;
}
.AnyTagClassName
{
color: #A4F467;
}
</style>
background-color css
<style>
a { background-color: #A4F467; }
a { background-color: rgb(164,244,103); }
div.DivClassName
{
background-color: #A4F467;
}
.BgClassName
{
background-color: #A4F467;
}
</style>
border-color css
<style>
span { border-color: #A4F467; }
span { border-color: rgb(164,244,103); }
td.TdClassName
{
border-color: #A4F467;
}
.TagClassName
{
border-color: #A4F467;
}
</style>