Shades of Conifer #A2CF5C
Tints of Conifer #A2CF5C
RGB
CMYK
RGB Variations
Color information
#A2CF5C (or 0xA2CF5C) is known color: Conifer. HEX triplet: A2, CF and 5C. RGB value is (162,207,92). Sum of RGB (Red+Green+Blue) = 162+207+92=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF5C is #5D30A3. Grayscale: #B4B4B4. Windows color (decimal): -6107300 or 6082466. OLE color: 6082466.
HSL color Cylindrical-coordinate representation of color #A2CF5C: hue angle of 83.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2CF5C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 92 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.19 |
| HSL | 83.48º | 0.55% | 0.59% | - |
| HSV(B) | 83.48º | 0.56% | 0.81% | - |
| XYZ | 39.14 | 53.08 | 18.31 | - |
| YUV | 180.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 92 | 0.22 | 0 | 0.56 | 0.19 | 83.48 | 0.55 | 0.59 |
| Hex | A2 | CF | 5C | 16 | 0 | 38 | 13 | 53 | 37 | 3B |
| Octal | 242 | 317 | 134 | 26 | 0 | 70 | 23 | 123 | 67 | 73 |
| Binary | 10100010 | 11001111 | 1011100 | 10110 | 0 | 111000 | 10011 | 1010011 | 110111 | 111011 |
Color Harmonies of #A2CF5C
Complementary color
Monochromatic Colors of #A2CF5C
Black with #A2CF5C
Text Example
Text Example
White with #A2CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF5C; }
p { color: rgb(162,207,92); }
H1.HeaderClassName
{
color: #A2CF5C;
}
.AnyTagClassName
{
color: #A2CF5C;
}
</style>
background-color css
<style>
a { background-color: #A2CF5C; }
a { background-color: rgb(162,207,92); }
div.DivClassName
{
background-color: #A2CF5C;
}
.BgClassName
{
background-color: #A2CF5C;
}
</style>
border-color css
<style>
span { border-color: #A2CF5C; }
span { border-color: rgb(162,207,92); }
td.TdClassName
{
border-color: #A2CF5C;
}
.TagClassName
{
border-color: #A2CF5C;
}
</style>