Shades of Conifer #A1F658
Tints of Conifer #A1F658
RGB
CMYK
RGB Variations
Color information
#A1F658 (or 0xA1F658) is known color: Conifer. HEX triplet: A1, F6 and 58. RGB value is (161,246,88). Sum of RGB (Red+Green+Blue) = 161+246+88=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F658 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F658 is #5E09A7. Grayscale: #CBCBCB. Windows color (decimal): -6162856 or 5830305. OLE color: 5830305.
HSL color Cylindrical-coordinate representation of color #A1F658: hue angle of 92.28º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1F658 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 88 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.04 |
| HSL | 92.28º | 0.9% | 0.65% | - |
| HSV(B) | 92.28º | 0.64% | 0.96% | - |
| XYZ | 49.42 | 74.19 | 20.95 | - |
| YUV | 202.57 | 63.34 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 88 | 0.35 | 0 | 0.64 | 0.04 | 92.28 | 0.9 | 0.65 |
| Hex | A1 | F6 | 58 | 23 | 0 | 40 | 4 | 5C | 5A | 41 |
| Octal | 241 | 366 | 130 | 43 | 0 | 100 | 4 | 134 | 132 | 101 |
| Binary | 10100001 | 11110110 | 1011000 | 100011 | 0 | 1000000 | 100 | 1011100 | 1011010 | 1000001 |
Color Harmonies of #A1F658
Complementary color
Monochromatic Colors of #A1F658
Black with #A1F658
Text Example
Text Example
White with #A1F658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F658; }
p { color: rgb(161,246,88); }
H1.HeaderClassName
{
color: #A1F658;
}
.AnyTagClassName
{
color: #A1F658;
}
</style>
background-color css
<style>
a { background-color: #A1F658; }
a { background-color: rgb(161,246,88); }
div.DivClassName
{
background-color: #A1F658;
}
.BgClassName
{
background-color: #A1F658;
}
</style>
border-color css
<style>
span { border-color: #A1F658; }
span { border-color: rgb(161,246,88); }
td.TdClassName
{
border-color: #A1F658;
}
.TagClassName
{
border-color: #A1F658;
}
</style>