#A5FF60

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

Shades of Conifer #A5FF60

Tints of Conifer #A5FF60

Color information

#A5FF60 (or 0xA5FF60) is unknown color: approx Conifer. HEX triplet: A5, FF and 60. RGB value is (165,255,96). Sum of RGB (Red+Green+Blue) = 165+255+96=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF60 is #5A009F. Grayscale: #D2D2D2. Windows color (decimal): -5898400 or 6356901. OLE color: 6356901.

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

Color convert

RGB16525596-
CMYK0.3500.620
HSL93.96º100%68.82%-
HSV(B)93.96º62.35%100%-
XYZ53.3980.3623.76-
YUV209.9663.6895.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 255 (100% from 255) = 49.42%
BLUE value IS 96 (37.89% from 255) = 18.60%
R=31.98%
G=49.42%
B=18.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal165255960.3500.62093.9610068.82
HexA5FF602303E05e6445
Octal245377140430760136144105
Binary1010010111111111110000010001101111100101111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FF60; }

 p { color: rgb(165,255,96); }

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

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

 a { background-color: rgb(165,255,96); }

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

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

 span { border-color: rgb(165,255,96); }

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