#A5E156

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

Shades of Conifer #A5E156

Tints of Conifer #A5E156

Color information

#A5E156 (or 0xA5E156) is unknown color: approx Conifer. HEX triplet: A5, E1 and 56. RGB value is (165,225,86). Sum of RGB (Red+Green+Blue) = 165+225+86=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E156 is #5A1EA9. Grayscale: #BFBFBF. Windows color (decimal): -5906090 or 5693861. OLE color: 5693861.

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

Color convert

RGB16522586-
CMYK0.2700.620.12
HSL85.9º69.85%60.98%-
HSV(B)85.9º61.78%88.24%-
XYZ44.1262.5218.55-
YUV191.2168.62109.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 225 (88.28% from 255) = 47.27%
BLUE value IS 86 (33.98% from 255) = 18.07%
R=34.66%
G=47.27%
B=18.07%

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
Decimal165225860.2700.620.1285.969.8560.98
HexA5E1561B03EC56463d
Octal245341126330761412610675
Binary10100101111000011010110110110111110110010101101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E156; }

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

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

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

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

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

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

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

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