Shades of Conifer #A4D262
Tints of Conifer #A4D262
RGB
CMYK
RGB Variations
Color information
#A4D262 (or 0xA4D262) is known color: Conifer. HEX triplet: A4, D2 and 62. RGB value is (164,210,98). Sum of RGB (Red+Green+Blue) = 164+210+98=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D262 is #5B2D9D. Grayscale: #B7B7B7. Windows color (decimal): -5975454 or 6476452. OLE color: 6476452.
HSL color Cylindrical-coordinate representation of color #A4D262: hue angle of 84.64º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4D262 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
RGB | 164 | 210 | 98 | - |
CMYK | 0.22 | 0 | 0.53 | 0.18 |
HSL | 84.64º | 0.55% | 0.6% | - |
HSV(B) | 84.64º | 0.53% | 0.82% | - |
XYZ | 40.56 | 54.87 | 20.01 | - |
YUV | 183.48 | 79.76 | 114.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 210 | 98 | 0.22 | 0 | 0.53 | 0.18 | 84.64 | 0.55 | 0.6 |
Hex | A4 | D2 | 62 | 16 | 0 | 35 | 12 | 55 | 37 | 3C |
Octal | 244 | 322 | 142 | 26 | 0 | 65 | 22 | 125 | 67 | 74 |
Binary | 10100100 | 11010010 | 1100010 | 10110 | 0 | 110101 | 10010 | 1010101 | 110111 | 111100 |
Color Harmonies of #A4D262
Complementary color
Monochromatic Colors of #A4D262
Black with #A4D262
Text Example
Text Example
White with #A4D262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D262; }
p { color: rgb(164,210,98); }
H1.HeaderClassName
{
color: #A4D262;
}
.AnyTagClassName
{
color: #A4D262;
}
</style>
background-color css
<style>
a { background-color: #A4D262; }
a { background-color: rgb(164,210,98); }
div.DivClassName
{
background-color: #A4D262;
}
.BgClassName
{
background-color: #A4D262;
}
</style>
border-color css
<style>
span { border-color: #A4D262; }
span { border-color: rgb(164,210,98); }
td.TdClassName
{
border-color: #A4D262;
}
.TagClassName
{
border-color: #A4D262;
}
</style>