#A4E155

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

Shades of Conifer #A4E155

Tints of Conifer #A4E155

Color information

#A4E155 (or 0xA4E155) is unknown color: approx Conifer. HEX triplet: A4, E1 and 55. RGB value is (164,225,85). Sum of RGB (Red+Green+Blue) = 164+225+85=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E155 is #5B1EAA. Grayscale: #BFBFBF. Windows color (decimal): -5971627 or 5628324. OLE color: 5628324.

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

Color convert

RGB16422585-
CMYK0.2700.620.12
HSL86.14º70%60.78%-
HSV(B)86.14º62.22%88.24%-
XYZ43.8762.418.33-
YUV190.868.29108.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 225 (88.28% from 255) = 47.47%
BLUE value IS 85 (33.59% from 255) = 17.93%
R=34.60%
G=47.47%
B=17.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164225850.2700.620.1286.147060.78
HexA4E1551B03EC56463d
Octal244341125330761412610675
Binary10100100111000011010101110110111110110010101101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E155; }

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

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

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

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

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

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

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

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