#A1FB65

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

Shades of Conifer #A1FB65

Tints of Conifer #A1FB65

Color information

#A1FB65 (or 0xA1FB65) is unknown color: approx Conifer. HEX triplet: A1, FB and 65. RGB value is (161,251,101). Sum of RGB (Red+Green+Blue) = 161+251+101=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FB65 is #5E049A. Grayscale: #CFCFCF. Windows color (decimal): -6161563 or 6683553. OLE color: 6683553.

HSL color Cylindrical-coordinate representation of color #A1FB65: hue angle of 96º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1FB65 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB161251101-
CMYK0.3600.600.02
HSL96º94.94%69.02%-
HSV(B)96º59.76%98.43%-
XYZ51.5477.5124.56-
YUV206.9968.1895.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 251 (98.44% from 255) = 48.93%
BLUE value IS 101 (39.84% from 255) = 19.69%
R=31.38%
G=48.93%
B=19.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612511010.3600.600.029694.9469.02
HexA1FB652403C2605f45
Octal241373145440742140137105
Binary10100001111110111100101100100011110010110000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FB65; }

 p { color: rgb(161,251,101); }

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

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

 a { background-color: rgb(161,251,101); }

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

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

 span { border-color: rgb(161,251,101); }

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