#A5FC56

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

Shades of Conifer #A5FC56

Tints of Conifer #A5FC56

Color information

#A5FC56 (or 0xA5FC56) is unknown color: approx Conifer. HEX triplet: A5, FC and 56. RGB value is (165,252,86). Sum of RGB (Red+Green+Blue) = 165+252+86=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FC56 is #5A03A9. Grayscale: #CFCFCF. Windows color (decimal): -5899178 or 5700773. OLE color: 5700773.

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

Color convert

RGB16525286-
CMYK0.3500.660.01
HSL91.45º96.51%66.27%-
HSV(B)91.45º65.87%98.82%-
XYZ52.0178.2921.17-
YUV207.0659.6898-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 252 (98.83% from 255) = 50.10%
BLUE value IS 86 (33.98% from 255) = 17.10%
R=32.80%
G=50.10%
B=17.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal165252860.3500.660.0191.4596.5166.27
HexA5FC562304215b6142
Octal2453741264301021133141102
Binary10100101111111001010110100011010000101101101111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FC56; }

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

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

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

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

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

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

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

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