#A1FF5C

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

Shades of Conifer #A1FF5C

Tints of Conifer #A1FF5C

Color information

#A1FF5C (or 0xA1FF5C) is unknown color: approx Conifer. HEX triplet: A1, FF and 5C. RGB value is (161,255,92). Sum of RGB (Red+Green+Blue) = 161+255+92=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FF5C is #5E00A3. Grayscale: #D0D0D0. Windows color (decimal): -6160548 or 6094753. OLE color: 6094753.

HSL color Cylindrical-coordinate representation of color #A1FF5C: hue angle of 94.6º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1FF5C is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB16125592-
CMYK0.3700.640
HSL94.6º100%68.04%-
HSV(B)94.6º63.92%100%-
XYZ52.3979.8722.78-
YUV208.3162.3694.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 255 (100% from 255) = 50.20%
BLUE value IS 92 (36.33% from 255) = 18.11%
R=31.69%
G=50.20%
B=18.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal161255920.3700.64094.610068.04
HexA1FF5C2504005f6444
Octal2413771344501000137144104
Binary10100001111111111011100100101010000000101111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FF5C; }

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

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

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

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

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

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

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

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