#A4E556

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

Shades of Conifer #A4E556

Tints of Conifer #A4E556

Color information

#A4E556 (or 0xA4E556) is unknown color: approx Conifer. HEX triplet: A4, E5 and 56. RGB value is (164,229,86). Sum of RGB (Red+Green+Blue) = 164+229+86=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E556 is #5B1AA9. Grayscale: #C1C1C1. Windows color (decimal): -5970602 or 5694884. OLE color: 5694884.

HSL color Cylindrical-coordinate representation of color #A4E556: hue angle of 87.27º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4E556 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB16422986-
CMYK0.2800.620.10
HSL87.27º73.33%61.76%-
HSV(B)87.27º62.45%89.8%-
XYZ45.0164.618.9-
YUV193.2667.47107.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 229 (89.84% from 255) = 47.81%
BLUE value IS 86 (33.98% from 255) = 17.95%
R=34.24%
G=47.81%
B=17.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal164229860.2800.620.1087.2773.3361.76
HexA4E5561C03EA57493e
Octal244345126340761212711176
Binary10100100111001011010110111000111110101010101111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E556; }

 p { color: rgb(164,229,86); }

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

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

 a { background-color: rgb(164,229,86); }

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

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

 span { border-color: rgb(164,229,86); }

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