Shades of Conifer #A1F75A
Tints of Conifer #A1F75A
RGB
CMYK
RGB Variations
Color information
#A1F75A (or 0xA1F75A) is known color: Conifer. HEX triplet: A1, F7 and 5A. RGB value is (161,247,90). Sum of RGB (Red+Green+Blue) = 161+247+90=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F75A is #5E08A5. Grayscale: #CBCBCB. Windows color (decimal): -6162598 or 5961633. OLE color: 5961633.
HSL color Cylindrical-coordinate representation of color #A1F75A: hue angle of 92.87º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1F75A is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 90 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.03 |
| HSL | 92.87º | 0.91% | 0.66% | - |
| HSV(B) | 92.87º | 0.64% | 0.97% | - |
| XYZ | 49.8 | 74.84 | 21.49 | - |
| YUV | 203.39 | 64.01 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 90 | 0.35 | 0 | 0.64 | 0.03 | 92.87 | 0.91 | 0.66 |
| Hex | A1 | F7 | 5A | 23 | 0 | 40 | 3 | 5D | 5B | 42 |
| Octal | 241 | 367 | 132 | 43 | 0 | 100 | 3 | 135 | 133 | 102 |
| Binary | 10100001 | 11110111 | 1011010 | 100011 | 0 | 1000000 | 11 | 1011101 | 1011011 | 1000010 |
Color Harmonies of #A1F75A
Complementary color
Monochromatic Colors of #A1F75A
Black with #A1F75A
Text Example
Text Example
White with #A1F75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F75A; }
p { color: rgb(161,247,90); }
H1.HeaderClassName
{
color: #A1F75A;
}
.AnyTagClassName
{
color: #A1F75A;
}
</style>
background-color css
<style>
a { background-color: #A1F75A; }
a { background-color: rgb(161,247,90); }
div.DivClassName
{
background-color: #A1F75A;
}
.BgClassName
{
background-color: #A1F75A;
}
</style>
border-color css
<style>
span { border-color: #A1F75A; }
span { border-color: rgb(161,247,90); }
td.TdClassName
{
border-color: #A1F75A;
}
.TagClassName
{
border-color: #A1F75A;
}
</style>