#A1F15C

Color #A1F15C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A1F15C

Tints of Conifer #A1F15C

Color information

#A1F15C (or 0xA1F15C) is unknown color: approx Conifer. HEX triplet: A1, F1 and 5C. RGB value is (161,241,92). Sum of RGB (Red+Green+Blue) = 161+241+92=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F15C is #5E0EA3. Grayscale: #C8C8C8. Windows color (decimal): -6164132 or 6091169. OLE color: 6091169.

HSL color Cylindrical-coordinate representation of color #A1F15C: hue angle of 92.21º 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 #A1F15C is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB16124192-
CMYK0.3300.620.05
HSL92.21º84.18%65.29%-
HSV(B)92.21º61.83%94.51%-
XYZ48.0971.2621.35-
YUV200.0967100.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 241 (94.53% from 255) = 48.79%
BLUE value IS 92 (36.33% from 255) = 18.62%
R=32.59%
G=48.79%
B=18.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161241920.3300.620.0592.2184.1865.29
HexA1F15C2103E55c5441
Octal241361134410765134124101
Binary101000011111000110111001000010111110101101110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F15C; }

 p { color: rgb(161,241,92); }

 H1.HeaderClassName
 {
   color: #A1F15C;
 }
 .AnyTagClassName
 {
   color: #A1F15C;
 }
</style>
background-color css

<style>
 a { background-color: #A1F15C; }

 a { background-color: rgb(161,241,92); }

 div.DivClassName
 {
   background-color: #A1F15C;
 }
 .BgClassName
 {
   background-color: #A1F15C;
 }
</style>
border-color css

<style>
 span { border-color: #A1F15C; }

 span { border-color: rgb(161,241,92); }

 td.TdClassName
 {
   border-color: #A1F15C;
 }
 .TagClassName
 {
   border-color: #A1F15C;
 }
</style>