Shades of Conifer #A1F35C
Tints of Conifer #A1F35C
RGB
CMYK
RGB Variations
Color information
#A1F35C (or 0xA1F35C) is known color: Conifer. HEX triplet: A1, F3 and 5C. RGB value is (161,243,92). Sum of RGB (Red+Green+Blue) = 161+243+92=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F35C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F35C is #5E0CA3. Grayscale: #C9C9C9. Windows color (decimal): -6163620 or 6091681. OLE color: 6091681.
HSL color Cylindrical-coordinate representation of color #A1F35C: hue angle of 92.58º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1F35C is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 92 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.05 |
| HSL | 92.58º | 0.86% | 0.66% | - |
| HSV(B) | 92.58º | 0.62% | 0.95% | - |
| XYZ | 48.68 | 72.45 | 21.54 | - |
| YUV | 201.27 | 66.33 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 92 | 0.34 | 0 | 0.62 | 0.05 | 92.58 | 0.86 | 0.66 |
| Hex | A1 | F3 | 5C | 22 | 0 | 3E | 5 | 5D | 56 | 42 |
| Octal | 241 | 363 | 134 | 42 | 0 | 76 | 5 | 135 | 126 | 102 |
| Binary | 10100001 | 11110011 | 1011100 | 100010 | 0 | 111110 | 101 | 1011101 | 1010110 | 1000010 |
Color Harmonies of #A1F35C
Complementary color
Monochromatic Colors of #A1F35C
Black with #A1F35C
Text Example
Text Example
White with #A1F35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F35C; }
p { color: rgb(161,243,92); }
H1.HeaderClassName
{
color: #A1F35C;
}
.AnyTagClassName
{
color: #A1F35C;
}
</style>
background-color css
<style>
a { background-color: #A1F35C; }
a { background-color: rgb(161,243,92); }
div.DivClassName
{
background-color: #A1F35C;
}
.BgClassName
{
background-color: #A1F35C;
}
</style>
border-color css
<style>
span { border-color: #A1F35C; }
span { border-color: rgb(161,243,92); }
td.TdClassName
{
border-color: #A1F35C;
}
.TagClassName
{
border-color: #A1F35C;
}
</style>