#A1FC63

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

Shades of Conifer #A1FC63

Tints of Conifer #A1FC63

Color information

#A1FC63 (or 0xA1FC63) is unknown color: approx Conifer. HEX triplet: A1, FC and 63. RGB value is (161,252,99). Sum of RGB (Red+Green+Blue) = 161+252+99=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC63 is #5E039C. Grayscale: #CFCFCF. Windows color (decimal): -6161309 or 6552737. OLE color: 6552737.

HSL color Cylindrical-coordinate representation of color #A1FC63: hue angle of 95.69º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1FC63 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB16125299-
CMYK0.3600.610.01
HSL95.69º96.23%68.82%-
HSV(B)95.69º60.71%98.82%-
XYZ51.7678.124.15-
YUV207.3566.8594.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 252 (98.83% from 255) = 49.22%
BLUE value IS 99 (39.06% from 255) = 19.34%
R=31.45%
G=49.22%
B=19.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal161252990.3600.610.0195.6996.2368.82
HexA1FC632403D1606045
Octal241374143440751140140105
Binary1010000111111100110001110010001111011110000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FC63; }

 p { color: rgb(161,252,99); }

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

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

 a { background-color: rgb(161,252,99); }

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

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

 span { border-color: rgb(161,252,99); }

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