#A5F160

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

Shades of Conifer #A5F160

Tints of Conifer #A5F160

Color information

#A5F160 (or 0xA5F160) is unknown color: approx Conifer. HEX triplet: A5, F1 and 60. RGB value is (165,241,96). Sum of RGB (Red+Green+Blue) = 165+241+96=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F160 is #5A0E9F. Grayscale: #CACACA. Windows color (decimal): -5901984 or 6353317. OLE color: 6353317.

HSL color Cylindrical-coordinate representation of color #A5F160: hue angle of 91.45º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5F160 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB16524196-
CMYK0.3200.600.05
HSL91.45º83.82%66.08%-
HSV(B)91.45º60.17%94.51%-
XYZ49.0871.7522.33-
YUV201.7568.32101.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 241 (94.53% from 255) = 48.01%
BLUE value IS 96 (37.89% from 255) = 19.12%
R=32.87%
G=48.01%
B=19.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165241960.3200.600.0591.4583.8266.08
HexA5F1602003C55b5442
Octal245361140400745133124102
Binary101001011111000111000001000000111100101101101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F160; }

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

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

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

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

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

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

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

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