#A5D157

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

Shades of Conifer #A5D157

Tints of Conifer #A5D157

Color information

#A5D157 (or 0xA5D157) is unknown color: approx Conifer. HEX triplet: A5, D1 and 57. RGB value is (165,209,87). Sum of RGB (Red+Green+Blue) = 165+209+87=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D157 is #5A2EA8. Grayscale: #B6B6B6. Windows color (decimal): -5910185 or 5755301. OLE color: 5755301.

HSL color Cylindrical-coordinate representation of color #A5D157: hue angle of 81.64º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5D157 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB16520987-
CMYK0.2100.580.18
HSL81.64º57.01%58.04%-
HSV(B)81.64º58.37%81.96%-
XYZ40.0454.2917.39-
YUV181.9474.42115.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 209 (82.03% from 255) = 45.34%
BLUE value IS 87 (34.38% from 255) = 18.87%
R=35.79%
G=45.34%
B=18.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165209870.2100.580.1881.6457.0158.04
HexA5D1571503A1252393a
Octal24532112725072221227172
Binary10100101110100011010111101010111010100101010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D157; }

 p { color: rgb(165,209,87); }

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

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

 a { background-color: rgb(165,209,87); }

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

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

 span { border-color: rgb(165,209,87); }

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