#A5E15D

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

Shades of Conifer #A5E15D

Tints of Conifer #A5E15D

Color information

#A5E15D (or 0xA5E15D) is unknown color: approx Conifer. HEX triplet: A5, E1 and 5D. RGB value is (165,225,93). Sum of RGB (Red+Green+Blue) = 165+225+93=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E15D is #5A1EA2. Grayscale: #C0C0C0. Windows color (decimal): -5906083 or 6152613. OLE color: 6152613.

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

Color convert

RGB16522593-
CMYK0.2700.590.12
HSL87.27º68.75%62.35%-
HSV(B)87.27º58.67%88.24%-
XYZ44.4262.6420.11-
YUV192.0172.12108.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 225 (88.28% from 255) = 46.58%
BLUE value IS 93 (36.72% from 255) = 19.25%
R=34.16%
G=46.58%
B=19.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165225930.2700.590.1287.2768.7562.35
HexA5E15D1B03BC57453e
Octal245341135330731412710576
Binary10100101111000011011101110110111011110010101111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E15D; }

 p { color: rgb(165,225,93); }

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

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

 a { background-color: rgb(165,225,93); }

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

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

 span { border-color: rgb(165,225,93); }

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