#A5FE63

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

Shades of Conifer #A5FE63

Tints of Conifer #A5FE63

Color information

#A5FE63 (or 0xA5FE63) is unknown color: approx Conifer. HEX triplet: A5, FE and 63. RGB value is (165,254,99). Sum of RGB (Red+Green+Blue) = 165+254+99=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FE63 is #5A019C. Grayscale: #D2D2D2. Windows color (decimal): -5898653 or 6553253. OLE color: 6553253.

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

Color convert

RGB16525499-
CMYK0.3500.610.00
HSL94.45º98.73%69.22%-
HSV(B)94.45º61.02%99.61%-
XYZ53.2179.7824.4-
YUV209.7265.5196.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 254 (99.61% from 255) = 49.03%
BLUE value IS 99 (39.06% from 255) = 19.11%
R=31.85%
G=49.03%
B=19.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal165254990.3500.610.0094.4598.7369.22
HexA5FE632303D05e6345
Octal245376143430750136143105
Binary1010010111111110110001110001101111010101111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FE63; }

 p { color: rgb(165,254,99); }

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

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

 a { background-color: rgb(165,254,99); }

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

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

 span { border-color: rgb(165,254,99); }

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