#A5D14E

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

Shades of Conifer #A5D14E

Tints of Conifer #A5D14E

Color information

#A5D14E (or 0xA5D14E) is unknown color: approx Conifer. HEX triplet: A5, D1 and 4E. RGB value is (165,209,78). Sum of RGB (Red+Green+Blue) = 165+209+78=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D14E is #5A2EB1. Grayscale: #B5B5B5. Windows color (decimal): -5910194 or 5165477. OLE color: 5165477.

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

Color convert

RGB16520978-
CMYK0.2100.630.18
HSL80.15º58.74%56.27%-
HSV(B)80.15º62.68%81.96%-
XYZ39.6954.1515.57-
YUV180.9169.92116.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 209 (82.03% from 255) = 46.24%
BLUE value IS 78 (30.86% from 255) = 17.26%
R=36.50%
G=46.24%
B=17.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165209780.2100.630.1880.1558.7456.27
HexA5D14E1503F12503b38
Octal24532111625077221207370
Binary10100101110100011001110101010111111100101010000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D14E; }

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

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

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

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

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

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

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

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