Shades of Conifer #A4F567
Tints of Conifer #A4F567
RGB
CMYK
RGB Variations
Color information
#A4F567 (or 0xA4F567) is known color: Conifer. HEX triplet: A4, F5 and 67. RGB value is (164,245,103). Sum of RGB (Red+Green+Blue) = 164+245+103=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #A4F567 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F567 is #5B0A98. Grayscale: #CDCDCD. Windows color (decimal): -5966489 or 6813092. OLE color: 6813092.
HSL color Cylindrical-coordinate representation of color #A4F567: hue angle of 94.23º degrees, saturation: 0.88, 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 #A4F567 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 245 | 103 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.04 |
| HSL | 94.23º | 0.88% | 0.68% | - |
| HSV(B) | 94.23º | 0.58% | 0.96% | - |
| XYZ | 50.41 | 74.18 | 24.49 | - |
| YUV | 204.59 | 70.66 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 245 | 103 | 0.33 | 0 | 0.58 | 0.04 | 94.23 | 0.88 | 0.68 |
| Hex | A4 | F5 | 67 | 21 | 0 | 3A | 4 | 5E | 58 | 44 |
| Octal | 244 | 365 | 147 | 41 | 0 | 72 | 4 | 136 | 130 | 104 |
| Binary | 10100100 | 11110101 | 1100111 | 100001 | 0 | 111010 | 100 | 1011110 | 1011000 | 1000100 |
Color Harmonies of #A4F567
Complementary color
Monochromatic Colors of #A4F567
Black with #A4F567
Text Example
Text Example
White with #A4F567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F567; }
p { color: rgb(164,245,103); }
H1.HeaderClassName
{
color: #A4F567;
}
.AnyTagClassName
{
color: #A4F567;
}
</style>
background-color css
<style>
a { background-color: #A4F567; }
a { background-color: rgb(164,245,103); }
div.DivClassName
{
background-color: #A4F567;
}
.BgClassName
{
background-color: #A4F567;
}
</style>
border-color css
<style>
span { border-color: #A4F567; }
span { border-color: rgb(164,245,103); }
td.TdClassName
{
border-color: #A4F567;
}
.TagClassName
{
border-color: #A4F567;
}
</style>