Shades of Conifer #A1F34A
Tints of Conifer #A1F34A
RGB
CMYK
RGB Variations
Color information
#A1F34A (or 0xA1F34A) is known color: Conifer. HEX triplet: A1, F3 and 4A. RGB value is (161,243,74). Sum of RGB (Red+Green+Blue) = 161+243+74=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F34A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F34A is #5E0CB5. Grayscale: #C7C7C7. Windows color (decimal): -6163638 or 4912033. OLE color: 4912033.
HSL color Cylindrical-coordinate representation of color #A1F34A: hue angle of 89.11º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1F34A is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 74 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.05 |
| HSL | 89.11º | 0.88% | 0.62% | - |
| HSV(B) | 89.11º | 0.7% | 0.95% | - |
| XYZ | 47.98 | 72.17 | 17.88 | - |
| YUV | 199.22 | 57.33 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 74 | 0.34 | 0 | 0.70 | 0.05 | 89.11 | 0.88 | 0.62 |
| Hex | A1 | F3 | 4A | 22 | 0 | 46 | 5 | 59 | 58 | 3E |
| Octal | 241 | 363 | 112 | 42 | 0 | 106 | 5 | 131 | 130 | 76 |
| Binary | 10100001 | 11110011 | 1001010 | 100010 | 0 | 1000110 | 101 | 1011001 | 1011000 | 111110 |
Color Harmonies of #A1F34A
Complementary color
Monochromatic Colors of #A1F34A
Black with #A1F34A
Text Example
Text Example
White with #A1F34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F34A; }
p { color: rgb(161,243,74); }
H1.HeaderClassName
{
color: #A1F34A;
}
.AnyTagClassName
{
color: #A1F34A;
}
</style>
background-color css
<style>
a { background-color: #A1F34A; }
a { background-color: rgb(161,243,74); }
div.DivClassName
{
background-color: #A1F34A;
}
.BgClassName
{
background-color: #A1F34A;
}
</style>
border-color css
<style>
span { border-color: #A1F34A; }
span { border-color: rgb(161,243,74); }
td.TdClassName
{
border-color: #A1F34A;
}
.TagClassName
{
border-color: #A1F34A;
}
</style>