#A4E15D

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

Shades of Conifer #A4E15D

Tints of Conifer #A4E15D

Color information

#A4E15D (or 0xA4E15D) is unknown color: approx Conifer. HEX triplet: A4, E1 and 5D. RGB value is (164,225,93). Sum of RGB (Red+Green+Blue) = 164+225+93=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E15D is #5B1EA2. Grayscale: #C0C0C0. Windows color (decimal): -5971619 or 6152612. OLE color: 6152612.

HSL color Cylindrical-coordinate representation of color #A4E15D: hue angle of 87.73º 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 #A4E15D is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB16422593-
CMYK0.2700.590.12
HSL87.73º68.75%62.35%-
HSV(B)87.73º58.67%88.24%-
XYZ44.2162.5320.1-
YUV191.7172.29108.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 225 (88.28% from 255) = 46.68%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=34.02%
G=46.68%
B=19.29%

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
Decimal164225930.2700.590.1287.7368.7562.35
HexA4E15D1B03BC58453e
Octal244341135330731413010576
Binary10100100111000011011101110110111011110010110001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E15D; }

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

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

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

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

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

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

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

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