Shades of Conifer #A2F15C
Tints of Conifer #A2F15C
RGB
CMYK
RGB Variations
Color information
#A2F15C (or 0xA2F15C) is known color: Conifer. HEX triplet: A2, F1 and 5C. RGB value is (162,241,92). Sum of RGB (Red+Green+Blue) = 162+241+92=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F15C is #5D0EA3. Grayscale: #C8C8C8. Windows color (decimal): -6098596 or 6091170. OLE color: 6091170.
HSL color Cylindrical-coordinate representation of color #A2F15C: hue angle of 91.81º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2F15C is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 92 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.05 |
| HSL | 91.81º | 0.84% | 0.65% | - |
| HSV(B) | 91.81º | 0.62% | 0.95% | - |
| XYZ | 48.29 | 71.36 | 21.35 | - |
| YUV | 200.39 | 66.83 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 92 | 0.33 | 0 | 0.62 | 0.05 | 91.81 | 0.84 | 0.65 |
| Hex | A2 | F1 | 5C | 21 | 0 | 3E | 5 | 5C | 54 | 41 |
| Octal | 242 | 361 | 134 | 41 | 0 | 76 | 5 | 134 | 124 | 101 |
| Binary | 10100010 | 11110001 | 1011100 | 100001 | 0 | 111110 | 101 | 1011100 | 1010100 | 1000001 |
Color Harmonies of #A2F15C
Complementary color
Monochromatic Colors of #A2F15C
Black with #A2F15C
Text Example
Text Example
White with #A2F15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F15C; }
p { color: rgb(162,241,92); }
H1.HeaderClassName
{
color: #A2F15C;
}
.AnyTagClassName
{
color: #A2F15C;
}
</style>
background-color css
<style>
a { background-color: #A2F15C; }
a { background-color: rgb(162,241,92); }
div.DivClassName
{
background-color: #A2F15C;
}
.BgClassName
{
background-color: #A2F15C;
}
</style>
border-color css
<style>
span { border-color: #A2F15C; }
span { border-color: rgb(162,241,92); }
td.TdClassName
{
border-color: #A2F15C;
}
.TagClassName
{
border-color: #A2F15C;
}
</style>