#A5FC65

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

Shades of Conifer #A5FC65

Tints of Conifer #A5FC65

Color information

#A5FC65 (or 0xA5FC65) is unknown color: approx Conifer. HEX triplet: A5, FC and 65. RGB value is (165,252,101). Sum of RGB (Red+Green+Blue) = 165+252+101=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FC65 is #5A039A. Grayscale: #D1D1D1. Windows color (decimal): -5899163 or 6683813. OLE color: 6683813.

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

Color convert

RGB165252101-
CMYK0.3500.600.01
HSL94.57º96.18%69.22%-
HSV(B)94.57º59.92%98.82%-
XYZ52.6878.5624.7-
YUV208.7767.1896.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 252 (98.83% from 255) = 48.65%
BLUE value IS 101 (39.84% from 255) = 19.50%
R=31.85%
G=48.65%
B=19.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652521010.3500.600.0194.5796.1869.22
HexA5FC652303C15f6045
Octal245374145430741137140105
Binary1010010111111100110010110001101111001101111111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FC65; }

 p { color: rgb(165,252,101); }

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

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

 a { background-color: rgb(165,252,101); }

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

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

 span { border-color: rgb(165,252,101); }

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