Shades of Conifer #A4ED42
Tints of Conifer #A4ED42
RGB
CMYK
RGB Variations
Color information
#A4ED42 (or 0xA4ED42) is known color: Conifer. HEX triplet: A4, ED and 42. RGB value is (164,237,66). Sum of RGB (Red+Green+Blue) = 164+237+66=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4ED42 is #5B12BD. Grayscale: #C4C4C4. Windows color (decimal): -5968574 or 4386212. OLE color: 4386212.
HSL color Cylindrical-coordinate representation of color #A4ED42: hue angle of 85.61º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A4ED42 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 66 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.07 |
| HSL | 85.61º | 0.83% | 0.59% | - |
| HSV(B) | 85.61º | 0.72% | 0.93% | - |
| XYZ | 46.58 | 68.85 | 15.99 | - |
| YUV | 195.68 | 54.82 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 66 | 0.31 | 0 | 0.72 | 0.07 | 85.61 | 0.83 | 0.59 |
| Hex | A4 | ED | 42 | 1F | 0 | 48 | 7 | 56 | 53 | 3B |
| Octal | 244 | 355 | 102 | 37 | 0 | 110 | 7 | 126 | 123 | 73 |
| Binary | 10100100 | 11101101 | 1000010 | 11111 | 0 | 1001000 | 111 | 1010110 | 1010011 | 111011 |
Color Harmonies of #A4ED42
Complementary color
Monochromatic Colors of #A4ED42
Black with #A4ED42
Text Example
Text Example
White with #A4ED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ED42; }
p { color: rgb(164,237,66); }
H1.HeaderClassName
{
color: #A4ED42;
}
.AnyTagClassName
{
color: #A4ED42;
}
</style>
background-color css
<style>
a { background-color: #A4ED42; }
a { background-color: rgb(164,237,66); }
div.DivClassName
{
background-color: #A4ED42;
}
.BgClassName
{
background-color: #A4ED42;
}
</style>
border-color css
<style>
span { border-color: #A4ED42; }
span { border-color: rgb(164,237,66); }
td.TdClassName
{
border-color: #A4ED42;
}
.TagClassName
{
border-color: #A4ED42;
}
</style>