#A1F25C

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

Shades of Conifer #A1F25C

Tints of Conifer #A1F25C

Color information

#A1F25C (or 0xA1F25C) is unknown color: approx Conifer. HEX triplet: A1, F2 and 5C. RGB value is (161,242,92). Sum of RGB (Red+Green+Blue) = 161+242+92=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F25C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F25C is #5E0DA3. Grayscale: #C9C9C9. Windows color (decimal): -6163876 or 6091425. OLE color: 6091425.

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

Color convert

RGB16124292-
CMYK0.3300.620.05
HSL92.4º85.23%65.49%-
HSV(B)92.4º61.98%94.9%-
XYZ48.3871.8521.44-
YUV200.6866.6699.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 242 (94.92% from 255) = 48.89%
BLUE value IS 92 (36.33% from 255) = 18.59%
R=32.53%
G=48.89%
B=18.59%

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
Decimal161242920.3300.620.0592.485.2365.49
HexA1F25C2103E55c5541
Octal241362134410765134125101
Binary101000011111001010111001000010111110101101110010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F25C; }

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

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

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

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

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

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

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

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