Shades of Conifer #A2D25F
Tints of Conifer #A2D25F
RGB
CMYK
RGB Variations
Color information
#A2D25F (or 0xA2D25F) is known color: Conifer. HEX triplet: A2, D2 and 5F. RGB value is (162,210,95). Sum of RGB (Red+Green+Blue) = 162+210+95=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D25F is #5D2DA0. Grayscale: #B6B6B6. Windows color (decimal): -6106529 or 6279842. OLE color: 6279842.
HSL color Cylindrical-coordinate representation of color #A2D25F: hue angle of 85.04º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2D25F is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
RGB | 162 | 210 | 95 | - |
CMYK | 0.23 | 0 | 0.55 | 0.18 |
HSL | 85.04º | 0.56% | 0.6% | - |
HSV(B) | 85.04º | 0.55% | 0.82% | - |
XYZ | 40.01 | 54.6 | 19.26 | - |
YUV | 182.54 | 78.6 | 113.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 210 | 95 | 0.23 | 0 | 0.55 | 0.18 | 85.04 | 0.56 | 0.6 |
Hex | A2 | D2 | 5F | 17 | 0 | 37 | 12 | 55 | 38 | 3C |
Octal | 242 | 322 | 137 | 27 | 0 | 67 | 22 | 125 | 70 | 74 |
Binary | 10100010 | 11010010 | 1011111 | 10111 | 0 | 110111 | 10010 | 1010101 | 111000 | 111100 |
Color Harmonies of #A2D25F
Complementary color
Monochromatic Colors of #A2D25F
Black with #A2D25F
Text Example
Text Example
White with #A2D25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D25F; }
p { color: rgb(162,210,95); }
H1.HeaderClassName
{
color: #A2D25F;
}
.AnyTagClassName
{
color: #A2D25F;
}
</style>
background-color css
<style>
a { background-color: #A2D25F; }
a { background-color: rgb(162,210,95); }
div.DivClassName
{
background-color: #A2D25F;
}
.BgClassName
{
background-color: #A2D25F;
}
</style>
border-color css
<style>
span { border-color: #A2D25F; }
span { border-color: rgb(162,210,95); }
td.TdClassName
{
border-color: #A2D25F;
}
.TagClassName
{
border-color: #A2D25F;
}
</style>